[maven-release-plugin] copy for tag kylin-0.7.1-incubating
[maven-release-plugin] prepare release kylin-0.7.1-incubating
12 files changed
tree: e77633e715de0ed7359bb394c91aa28ad1d67b4a
  1. .settings/
  2. atopcalcite/
  3. bin/
  4. common/
  5. conf/
  6. cube/
  7. deploy/
  8. dictionary/
  9. docs/
  10. examples/
  11. invertedindex/
  12. jdbc/
  13. job/
  14. metadata/
  15. query/
  16. script/
  17. server/
  18. src/
  19. storage/
  20. webapp/
  21. .gitignore
  22. DISCLAIMER
  23. KEYS
  24. kylin_architecture.png
  25. LICENSE
  26. NOTICE
  27. pom.xml
  28. README.md
README.md

Kylin OLAP

What is Kylin

Extreme OLAP Engine for Big Data

An open source distributed Analytical Engine from eBay to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop to support TB to PB size analysis.

This [slice](docs/Apache Kylin 2014 Dec.pdf) might help you better understand what kylin is and how it works.

Tutorial

Please follow this installation tutorial to start with Kylin: Installation Tutorial

Advanced Topics

####Connectivity 1.[How to use kylin remote jdbc driver](docs/Tutorial/How to use kylin remote jdbc driver.md)

2.[Kylin ODBC Driver Tutorial](docs/Tutorial/Kylin ODBC Driver Tutorial.md)

3.SQL Reference

####REST

1.[Kylin Restful API List](docs/REST/Kylin Restful API List.md)

2.[Build Cube with Restful API](docs/REST/Build Cube with Restful API.md)

3.[How to consume Kylin REST API in javascript](docs/REST/How to consume Kylin REST API in javascript.md)

####Operations 1.[Kylin Metadata Store](docs/Operations/Kylin Metadata Store.md)

2.[Export Kylin HBase data](docs/Operations/Export Kylin HBase data.md)

3.[Advanced settings of Kylin environment](docs/Operations/Advanced settings of Kylin environment.md)

####Test

1.[Run Kylin test case with HBase Mini Cluster](docs/Test/Run Kylin test case with HBase Mini Cluster.md)

####Technial Details

1.[New meta data model structure](docs/TechInside/New meta data model structure.md)

2.Job Engine Design

Get Help

The fastest way to get response from our developers is to send email to our mail list dev@kylin.incubator.apache.org, and remember to subscribe our mail list via dev-subscribe@kylin.incubator.apache.org

Resources