#Docker Kylin
Check the proper GitHub branches for the particular deployment topology.
Kylin is 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.
##Kylin single node
This is a Docker container for Kylin to help you quick start with. In order to start first pull the container from the Docker repository.
docker pull sequenceiq/kylin:single
Once the container is pulled you are ready to start playing with Kylin. Use the following function from ambari-functions
(make sure you source it).
kylin-deploy-single
Once the container is up and running you can reach out to the Kylin UI. First you will need to find the IP address of the container
docker inspect -f '{{ .NetworkSettings.IPAddress }}' amb0
then go to: http://<container_ip>:9080