All Projects → apache → Kylin

apache / Kylin

Licence: apache-2.0
Apache Kylin

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
Inno Setup
370 projects
scala
5932 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to Kylin

hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (-99.47%)
Mutual labels:  kylin
kylin-jdbc-pool
better performance for kylin query
Stars: ✭ 15 (-99.53%)
Mutual labels:  kylin

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/.

Develop

Please refer to https://github.com/Kyligence/kylin-on-parquet-v2/wiki/Development-document.

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:4.0.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 2181:2181 \
--name kylin-4.0.0 \
apachekylin/apache-kylin-standalone:4.0.0

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

Documentation

Please refer to http://kylin.apache.org/docs40/.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].