The Wayback Machine - https://web.archive.org/web/20190501235326/https://github.com/cloudera/hue
Skip to content
Hue is an open source SQL Cloud Assistant for developing and accessing SQL/Data Apps.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
apps Revert "HUE-8825 [oozie] Fix unit test oozie.models2_tests:TestEditor… Apr 30, 2019
desktop HUE-8798 [hms] Update interpreter list properties in test Apr 30, 2019
dist HUE-8756 [docs] Add missing proxy user information Mar 26, 2019
docs HUE-8815 [doc] Simplify title of LDAP import sections Apr 26, 2019
ext/thirdparty HUE-8687 [frontend] Move reminding chart components into webpack bundles Mar 22, 2019
maven HUE-8800 [core] Bump Java version restriction Apr 18, 2019
tools HUE-8111 [core] Update Jenkins snapshot URLs to 5.17.0 Apr 24, 2019
.babelrc HUE-8794 [frontend] Prevent babel from trying to compact the parsers Apr 10, 2019
.coveragerc HUE-5078 [core] Omit irrelevant files and paths in coverage Oct 13, 2016
.eslintignore HUE-8687 [frontend] Move datamap topo graphs into webpack Mar 19, 2019
.eslintrc.js HUE-8687 [frontend] Move reminding chart components into webpack bundles Mar 22, 2019
.gitattributes hue (formerly Cloudera Desktop) from internal commit 4694ac0434dad851… Jun 28, 2010
.gitignore HUE-8687 [frontend] Speed up bundle generation by separating workers … Mar 8, 2019
.prettierrc HUE-8687 [frontend] Add eslint Feb 26, 2019
.stylelintrc.json HUE-8687 [frontend] Fix less generation and add style linter Mar 1, 2019
Gruntfile.js HUE-8687 [frontend] Fix less generation and add style linter Mar 1, 2019
LICENSE.txt HUE-7594 [core] Adjust project license to be valid Nov 9, 2017
Makefile HUE-8687 [core] Include the webpack stats files in the build output Apr 1, 2019
Makefile.sdk HUE-758 [core] Internationalization Jul 31, 2012
Makefile.tarball HUE-8687 [core] Include the webpack stats files in the build output Apr 1, 2019
Makefile.vars HUE-3287 [core] Django 1.11 upgrade May 23, 2018
Makefile.vars.priv hue (formerly Cloudera Desktop) from internal commit 4694ac0434dad851… Jun 28, 2010
NOTICE.txt HUE-7649 [core] Add Jison to Notice file Nov 20, 2017
README.md HUE-8756 [doc] Fix a series of broken links Mar 25, 2019
VERSION HUE-8769 [core] Set version numbers to 4.4 Mar 28, 2019
data Make app registry location configurable May 9, 2013
package-lock.json HUE-8807 [frontend] Upgrade Knockout to 3.5 Apr 17, 2019
package.json HUE-8807 [frontend] Upgrade Knockout to 3.5 Apr 17, 2019
webpack.config.js HUE-8687 [frontend] Move datamap topo graphs into webpack Mar 19, 2019
webpack.config.login.js HUE-8687 [frontend] Speed up bundle generation by separating workers … Mar 8, 2019
webpack.config.workers.js HUE-8687 [frontend] Speed up bundle generation by separating workers … Mar 8, 2019

README.md

alt text

Query. Explore. Repeat.

Hue is an open source SQL Workbench for browsing, querying and visualizing data in cloud/on-prem Data Warehouses: gethue.com

It features:

alt text

alt text

Who is using Hue

Thousands of companies and organizations use Hue to open-up their data and provide self service querying in order to make smarter decisions. Just at Cloudera, Hue is heavily used by thousand of customers executing millions of queries daily. Hue directly ships in Cloudera, Amazon, MapR, BigTop and is compatible with the other distributions.

Getting Started

Add the development packages, build and get the development server running:

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 ! The configuration in development mode is desktop/conf/pseudo-distributed.ini.

Read more in the installation documentation.

Docker

Start Hue in a single click with the Docker Guide or the video blog post.

Kubernetes

Configurations to start a Hue server are available at tools/kubernetes. The Kubernetes hue.yaml configuration is available in the template directory.

Community

License

Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

You can’t perform that action at this time.