Skip to content

gleonSun/kylin

This branch is 8786 commits ahead of, 937 commits behind apache/kylin:kylin5.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4534130 · Nov 21, 2022
Aug 26, 2022
Jun 28, 2016
Jun 26, 2021
Nov 21, 2022
Aug 26, 2022
Aug 28, 2022
Nov 21, 2022
Nov 21, 2022
Aug 28, 2022
Nov 21, 2022
Aug 28, 2022
Aug 28, 2022
Dec 16, 2020
Oct 8, 2022
Aug 16, 2021
Sep 27, 2020
Aug 28, 2022
Jun 21, 2022
Nov 21, 2022
Aug 28, 2022
Aug 28, 2022
Aug 28, 2022
Jun 28, 2019
Aug 28, 2022
Nov 21, 2022
Nov 11, 2022
Aug 28, 2022
Aug 28, 2022
Aug 28, 2022
Nov 21, 2022
Jun 16, 2022
Sep 13, 2016
Jun 27, 2021
Apr 26, 2016
Aug 26, 2022
Feb 3, 2021
Dec 28, 2018
Jun 27, 2021
May 15, 2022
Nov 2, 2022
Jun 15, 2020

Repository files navigation

Apache Kylin

Build Status License Coverage Status

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 Development Guide for Kylin 4 on wiki.

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 with ADMIN/KYLIN.

  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 dev@kylin.apache.org,
and remember to subscribe our mail list via dev-subscribe@kylin.apache.org

License

Please refer to LICENSE file.

About

Apache Kylin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.0%
  • JavaScript 13.8%
  • Inno Setup 9.2%
  • Scala 5.3%
  • C++ 4.5%
  • HTML 3.8%
  • Other 4.4%