Apache Kylin - DataSource SDK

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

License

License

Categories

Categories

Data
GroupId

GroupId

org.apache.kylin
ArtifactId

ArtifactId

kylin-datasource-sdk
Last Version

Last Version

4.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Kylin - DataSource SDK
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Project Organization

Project Organization

Apache Software Foundation

Download kylin-datasource-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.kylin/kylin-datasource-sdk/ -->
<dependency>
    <groupId>org.apache.kylin</groupId>
    <artifactId>kylin-datasource-sdk</artifactId>
    <version>4.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-datasource-sdk/
implementation 'org.apache.kylin:kylin-datasource-sdk:4.0.0-beta'
// https://jarcasting.com/artifacts/org.apache.kylin/kylin-datasource-sdk/
implementation ("org.apache.kylin:kylin-datasource-sdk:4.0.0-beta")
'org.apache.kylin:kylin-datasource-sdk:jar:4.0.0-beta'
<dependency org="org.apache.kylin" name="kylin-datasource-sdk" rev="4.0.0-beta">
  <artifact name="kylin-datasource-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.kylin', module='kylin-datasource-sdk', version='4.0.0-beta')
)
libraryDependencies += "org.apache.kylin" % "kylin-datasource-sdk" % "4.0.0-beta"
[org.apache.kylin/kylin-datasource-sdk "4.0.0-beta"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.kylin : kylin-core-metadata jar 4.0.0-beta
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.6.7
org.apache.calcite : calcite-linq4j jar 1.16.0-kylin-r3
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : slf4j-api jar 1.7.21

provided (4)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.1.1
log4j : log4j jar 1.2.17
org.slf4j : slf4j-log4j12 jar 1.7.21
org.apache.hadoop : hadoop-common jar 2.7.1

test (4)

Group / Artifact Type Version
org.apache.kylin : kylin-core-common test-jar 4.0.0-beta
org.apache.kylin : kylin-core-metadata test-jar 4.0.0-beta
junit : junit jar 4.12
com.h2database : h2 jar 1.4.196

Project Modules

There are no modules declared in this project.

Apache Kylin

Build Status License Coverage Status Codacy Badge Quality Gate SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities

Extreme OLAP Engine for Big Data

Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., it provides a SQL interface and multi-dimensional analysis (OLAP) on Hadoop with support for extremely large datasets.

For more details, see the website http://kylin.apache.org, Chinese version:http://kylin.apache.org/cn/.

Get started with Kylin in 5 minutes with Docker

In order to allow users to try Kylin easily, we provide a docker image for Kylin.

Just run the following commands in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser.

  1. pull docker image
docker pull apachekylin/apache-kylin-standalone:3.1.0
  1. start the container
docker run -d \
    -m 8G \
    -p 7070:7070 \
    -p 8088:8088 \
    -p 50070:50070 \
    -p 8032:8032 \
    -p 8042:8042 \
    -p 16010:16010 \
    --name apache-kylin-standalone \
    apachekylin/apache-kylin-standalone:3.1.0

You can learn more about this docker image on Kylin's website

Documentation

Please refer to http://kylin.apache.org/docs/. Chinese version: http://kylin.apache.org/cn/docs/.

Get Help

The fastest way to get response from our developers is to send an email to our mail list [email protected],
and remember to subscribe our mail list via [email protected]

License

Please refer to LICENSE file.

org.apache.kylin

The Apache Software Foundation

Versions

Version
4.0.0-beta
4.0.0-alpha
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha2
3.0.0-alpha
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0