|
|
6 anni fa | |
|---|---|---|
| .circleci | 6 anni fa | |
| .github | 6 anni fa | |
| apps | 6 anni fa | |
| desktop | 6 anni fa | |
| dist | 6 anni fa | |
| docs | 6 anni fa | |
| ext | 6 anni fa | |
| maven | 6 anni fa | |
| tools | 6 anni fa | |
| .babelrc | 6 anni fa | |
| .coveragerc | 9 anni fa | |
| .dockerignore | 6 anni fa | |
| .eslintignore | 6 anni fa | |
| .eslintrc.js | 6 anni fa | |
| .gitattributes | 15 anni fa | |
| .gitignore | 6 anni fa | |
| .prettierrc | 6 anni fa | |
| .stylelintrc.json | 6 anni fa | |
| CONTRIBUTING.md | 6 anni fa | |
| Gruntfile.js | 6 anni fa | |
| LICENSE.txt | 8 anni fa | |
| Makefile | 6 anni fa | |
| Makefile.sdk | 13 anni fa | |
| Makefile.tarball | 6 anni fa | |
| Makefile.vars | 7 anni fa | |
| Makefile.vars.priv | 15 anni fa | |
| NOTICE.txt | 8 anni fa | |
| README.md | 6 anni fa | |
| VERSION | 6 anni fa | |
| data | 12 anni fa | |
| package-lock.json | 6 anni fa | |
| package.json | 6 anni fa | |
| webpack.config.js | 6 anni fa | |
| webpack.config.login.js | 6 anni fa | |
| webpack.config.workers.js | 6 anni fa |
Hue is an open source SQL Assistant for querying, visualizing and sharing data in Databases & Data Warehouses: gethue.com
It features:
Thousands of companies and organizations use Hue to open-up their data and provide self service querying. Just at Cloudera, Hue is heavily used by 1000 customers executing millions of queries daily. Hue also ships in Amazon AWS and its open source version is used by hundred of companies.
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.
Start Hue in a single click with the Docker Guide or the video blog post.
helm repo add gethue https://helm.gethue.com
helm repo update
helm install gethue/hue
Read more about configurations at tools/kubernetes.