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

dfa58c3 · Dec 12, 2024
Dec 10, 2024
Dec 10, 2024
Dec 6, 2024
Dec 12, 2024
Jan 4, 2020
Jun 27, 2024
May 16, 2022
Jan 25, 2023
Dec 11, 2024
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
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Aug 1, 2024
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
Dec 12, 2024
Dec 12, 2024
Nov 5, 2024
Mar 28, 2024
Sep 22, 2022
Jul 17, 2024
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