| title | Quick Start |
|---|---|
| date | 2019-03-13 18:28:08 -0700 |
| draft | false |
| weight | 1 |
Via Docker:
docker run -it -p 8888:8888 gethue/hue:latest
Or Kubernetes:
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
Then configure the server and point connectors to your Databases, Warehouses, Storages.
Here are some tutorials on how to:
- Create and Query a Customer 360
- Upload data and turn it into a SQL table
- Ingest and analyse bike data
For development please check how to install or contribute.