Skip to content

cloudera/hue

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2025
Feb 21, 2025
Feb 21, 2025
Feb 24, 2025
Jan 4, 2020
Jan 9, 2025
May 16, 2022
Jan 25, 2023
Feb 24, 2025
Oct 13, 2016
May 18, 2021
Nov 4, 2022
Jul 17, 2024
Jun 28, 2010
Nov 5, 2024
Jul 3, 2020
Jul 17, 2024
Sep 9, 2021
Dec 14, 2022
May 12, 2020
Feb 6, 2025
Apr 19, 2024
Apr 19, 2024
Feb 6, 2025
Jun 28, 2010
Jul 8, 2024
May 29, 2021
Sep 10, 2021
Jan 25, 2023
Jul 17, 2024
Feb 24, 2021
Apr 16, 2024
May 15, 2024
May 9, 2013
Jul 8, 2024
Jan 27, 2025
Jan 20, 2025
Nov 5, 2024
Mar 28, 2024
Sep 22, 2022
Jan 20, 2025
Jul 17, 2024
Jul 17, 2024
Jul 17, 2024

Repository files navigation

CircleCI DockerPulls GitHub contributors

Hue Logo

Query. Explore. Share.

Hue is a mature SQL Assistant for querying Databases & Data Warehouses.

  • 1000+ customers
  • Top Fortune 500

use Hue to quickly answer questions via self-service querying and are executing 100s of 1000s of queries daily.

Read more on gethue.com and

Hue Editor

Getting Started

Quick Demos:

Three ways to start the server then configure the databases you want to query:

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 documentation.

Components

SQL Editor, Parsers components and REST/Python/CLI APIs.

License

Apache License, Version 2.0