Skip to content

ZhangIssac/kylin

This branch is 8422 commits ahead of, 853 commits behind apache/kylin:kylin5.

Folders and files

NameName
Last commit message
Last commit date
Jul 31, 2020
Jun 28, 2016
Oct 12, 2020
Oct 27, 2020
Oct 12, 2020
Nov 12, 2020
Nov 16, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Mar 24, 2019
Sep 14, 2020
Oct 27, 2020
Oct 12, 2020
Oct 12, 2020
Jul 10, 2020
Oct 13, 2020
Oct 12, 2020
Oct 10, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Jun 28, 2019
Oct 12, 2020
Oct 12, 2020
Oct 18, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 18, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020
Nov 16, 2020
Oct 10, 2020
Sep 13, 2016
Jul 5, 2020
Apr 26, 2016
Jul 31, 2020
Oct 30, 2020
Sep 7, 2018
Dec 28, 2018
Jun 16, 2020
Sep 14, 2020
Oct 27, 2020

Repository files navigation

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., provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.

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

Get start kylin in 5 min with Docker

In order to allow users to try Kylin easily, we provide Kylin’s docker image.

Just run codes below 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 get more detail about this docker image in kylin 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 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 71.3%
  • JavaScript 11.2%
  • Inno Setup 7.4%
  • C++ 3.7%
  • HTML 3.1%
  • Shell 1.2%
  • Other 2.1%