Add Xiaoxiang's new key

Expires after 3 years
1 file changed
tree: 50bcd2be9e82ee3e251eb30bc4d494121e545727
  1. .github/
  2. .settings/
  3. assembly/
  4. build/
  5. cache/
  6. core-common/
  7. core-cube/
  8. core-dictionary/
  9. core-job/
  10. core-metadata/
  11. core-metrics/
  12. core-storage/
  13. cube-migration/
  14. datasource-sdk/
  15. dev-support/
  16. docker/
  17. engine-flink/
  18. engine-mr/
  19. engine-spark/
  20. examples/
  21. external/
  22. jdbc/
  23. kubernetes/
  24. kylin-it/
  25. metrics-reporter-hive/
  26. metrics-reporter-kafka/
  27. odbc/
  28. query/
  29. server/
  30. server-base/
  31. source-hive/
  32. source-jdbc/
  33. source-kafka/
  34. storage-hbase/
  35. storage-stream/
  36. stream-coordinator/
  37. stream-core/
  38. stream-receiver/
  39. stream-source-kafka/
  40. tomcat-ext/
  41. tool/
  42. tool-assembly/
  43. webapp/
  44. .gitconfig
  45. .gitignore
  46. .reviewboardrc
  47. .travis.yml
  48. CONTRIBUTING.md
  49. KEYS
  50. LICENSE
  51. NOTICE
  52. pom.xml
  53. README.md
README.md

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

License

Please refer to LICENSE file.