Skip to content
/ hue Public
forked from cloudera/hue

Hue Editor: Open source SQL Query Assistant for Databases/Warehouses

License

Notifications You must be signed in to change notification settings

byungnam/hue

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

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2021
Jun 10, 2021
Aug 10, 2021
Aug 11, 2021
Jan 4, 2020
Aug 10, 2021
Jun 1, 2021
Jun 10, 2021
Jul 15, 2021
Oct 13, 2016
May 18, 2021
Dec 18, 2020
May 27, 2021
Jun 28, 2010
Jul 20, 2020
Jul 3, 2020
Aug 15, 2020
Jun 1, 2021
May 27, 2021
Jan 27, 2021
May 12, 2020
Jun 21, 2021
May 21, 2021
Jun 1, 2021
May 24, 2021
Jun 28, 2010
Jun 1, 2021
May 29, 2021
Jul 16, 2021
Jun 10, 2021
Jun 1, 2021
Feb 24, 2021
May 9, 2013
Jun 1, 2021
Jul 22, 2021
Jul 22, 2021
Sep 23, 2020
Feb 26, 2021
Jun 1, 2021
Aug 4, 2020
Jul 6, 2021
Aug 4, 2020

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

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

About

Hue Editor: Open source SQL Query Assistant for Databases/Warehouses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.4%
  • HTML 24.0%
  • JavaScript 21.7%
  • C 2.8%
  • Mako 2.0%
  • Makefile 0.6%
  • Other 4.5%