Skip to content
/ hue Public
forked from cloudera/hue

Open source SQL Query Assistant service for Databases/Warehouses

License

Notifications You must be signed in to change notification settings

ritwik-g/hue

This branch is 904 commits behind cloudera/hue:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 8, 2022
9d774af · Jun 8, 2022
May 26, 2022
May 26, 2022
Jun 8, 2022
Jun 8, 2022
Jan 4, 2020
Jun 8, 2022
May 16, 2022
Jun 10, 2021
May 26, 2022
Oct 13, 2016
May 18, 2021
May 26, 2022
Nov 18, 2021
Jun 28, 2010
May 26, 2022
Jul 3, 2020
Aug 15, 2020
Feb 9, 2022
Sep 9, 2021
Jan 27, 2021
May 12, 2020
May 26, 2022
Jun 7, 2022
Jun 1, 2021
Mar 24, 2022
Jun 28, 2010
Nov 18, 2021
May 29, 2021
Sep 10, 2021
Jun 10, 2021
Jun 1, 2021
Feb 24, 2021
May 9, 2013
Nov 18, 2021
Mar 23, 2022
Feb 9, 2022
Sep 23, 2020
Aug 19, 2021
Jun 1, 2021
Aug 4, 2020
Jul 6, 2021
Aug 19, 2021

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

About

Open source SQL Query Assistant service for Databases/Warehouses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 47.5%
  • HTML 22.6%
  • JavaScript 20.6%
  • C 2.6%
  • Mako 1.9%
  • TypeScript 0.5%
  • Other 4.3%