Skip to content

cloudera/hue

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82ae615 · Feb 22, 2021
Feb 18, 2021
Jan 27, 2021
Feb 19, 2021
Feb 22, 2021
Jan 4, 2020
Feb 15, 2021
Nov 26, 2020
Feb 2, 2021
Feb 22, 2021
Feb 17, 2021
Oct 13, 2016
Sep 30, 2019
Dec 18, 2020
Sep 29, 2020
Jun 28, 2010
Jul 20, 2020
Jul 3, 2020
Aug 15, 2020
Dec 24, 2020
Jan 27, 2021
May 12, 2020
Feb 3, 2021
Mar 17, 2020
Feb 3, 2021
Nov 4, 2020
Jun 28, 2010
Jun 29, 2020
Jul 24, 2020
Feb 2, 2021
Feb 2, 2021
May 9, 2013
Oct 21, 2020
Feb 17, 2021
Feb 17, 2021
Sep 23, 2020
Feb 17, 2021
Feb 17, 2021
Aug 4, 2020
Jan 27, 2021
Aug 4, 2020

Repository files navigation

CircleCI DockerPulls GitHub contributors

Hue Logo

Query. Explore. Share.

The Hue Editor is a mature open source SQL Assistant for querying any Databases & Data Warehouses.

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

  • 1000+ customers
  • Top Fortune 500

are executing 1000s of queries daily. It ships in Cloudera Data Platform, Google DataProc, Amazon EMR, Open Data Hub...

Hue is also ideal for building your own Cloud SQL Editor and any contributions are welcome.

Read more on gethue.com.

Hue Editor

Getting Started

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

Quick Demos:

The Forum is here in case you are looking for help.

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 the port 8888 http://localhost:8888!

Read more about configurations then.

Kubernetes

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

Read more about configurations at tools/kubernetes.

Development

First install the dependencies, clone the Hue repo, build and get the development 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.

Note: For a very Quick Start and not even bother with installing a dev environment, go with the Dev Docker

Community

License

Apache License, Version 2.0