Skip to content

TOSIT-IO/hue

 
 

Repository files navigation

CircleCI DockerPulls GitHub contributors

Hue Logo

Query. Explore. Share.

Hue is a mature SQL Assistant for querying any Databases & Data Warehouses via the Web:

Many companies and organizations use Hue to quickly answer questions via self-service querying e.g.:

  • 1000+ customers
  • Top Fortune 500

are executing 100s of 1000s of queries daily via its SQL Editor or API.

This open source project is also ideal for building your own Query Editor or Query Service and contributions are welcome. Read more on gethue.com.

Hue Editor

Getting Started

You can start the server via three ways described below. Once setup, you would then need to configure the desired databases you want to query.

Quick Demos:

Docker

Start Hue in a single click with the Docker Guide or the video blog post.

docker run -it -p 8888:8888 gethue/hue:latest

Now Hue should be up and running on your default Docker IP on http://localhost:8888!

Kubernetes

helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue

Read more about configurations at tools/kubernetes.

Development

For a very Quick Start go with the Dev Environment Docker.

Or install the dependencies, clone the repository, build and get the server running.

# <install OS dependencies>
git clone https://github.com/cloudera/hue.git
cd hue
make apps
build/env/bin/hue runserver

Now Hue should be running on http://localhost:8000!

Read more in the development documentation.

Components

Sql Editor and Sql Parsers components and REST/Python APIs.

License

Apache License, Version 2.0

Packages

No packages published

Languages

  • Python 52.3%
  • JavaScript 21.6%
  • HTML 15.7%
  • C 2.8%
  • Mako 2.0%
  • TypeScript 0.7%
  • Other 4.9%