GithubHelp home page GithubHelp logo

isabella232 / kylin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/kylin

0.0 0.0 0.0 280.78 MB

Apache Kylin

License: Apache License 2.0

Java 71.35% Shell 1.17% Python 0.16% C++ 3.71% C 0.12% HTML 3.06% JavaScript 11.20% CSS 0.60% FreeMarker 0.54% Scala 0.26% Dockerfile 0.07% Inno Setup 7.44% Less 0.32%

kylin's Introduction

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 [email protected],
and remember to subscribe our mail list via [email protected]

License

Please refer to LICENSE file.

kylin's People

Contributors

liyang-kylin avatar shaofengshi avatar janzhongi avatar qhzhou avatar binmahone avatar lidongsjtu avatar lukehan avatar kyotoyaho avatar nichunen avatar yiming187 avatar rogercloud avatar aaaaaaron avatar hit-lacus avatar wayne1c avatar kangkaisen avatar luguosheng1314 avatar chenzhx avatar pengjianhua avatar xduo avatar gaodayue avatar zhangayqian avatar xiefan46 avatar allenma avatar sunyerui avatar etherge avatar sanjulian avatar eventd avatar yanghua avatar guangxucheng avatar zhoukangcn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.