|
|
vor 4 Jahren | |
|---|---|---|
| .circleci | vor 4 Jahren | |
| .github | vor 4 Jahren | |
| apps | vor 4 Jahren | |
| desktop | vor 4 Jahren | |
| dist | vor 5 Jahren | |
| docs | vor 4 Jahren | |
| ext | vor 4 Jahren | |
| maven | vor 4 Jahren | |
| tools | vor 4 Jahren | |
| .coveragerc | vor 9 Jahren | |
| .dockerignore | vor 4 Jahren | |
| .eslintignore | vor 5 Jahren | |
| .eslintrc.js | vor 4 Jahren | |
| .gitattributes | vor 15 Jahren | |
| .gitignore | vor 5 Jahren | |
| .prettierrc | vor 5 Jahren | |
| .pylintrc | vor 5 Jahren | |
| .stylelintrc | vor 4 Jahren | |
| CONTRIBUTING.md | vor 4 Jahren | |
| Gruntfile.js | vor 4 Jahren | |
| LICENSE.txt | vor 5 Jahren | |
| Makefile | vor 4 Jahren | |
| Makefile.sdk | vor 4 Jahren | |
| Makefile.tarball | vor 4 Jahren | |
| Makefile.vars | vor 4 Jahren | |
| Makefile.vars.priv | vor 15 Jahren | |
| NOTICE.txt | vor 4 Jahren | |
| NPM-README.md | vor 4 Jahren | |
| README.md | vor 4 Jahren | |
| VERSION | vor 4 Jahren | |
| babel.config.js | vor 4 Jahren | |
| codecov.yml | vor 4 Jahren | |
| data | vor 12 Jahren | |
| jest.config.js | vor 4 Jahren | |
| package-lock.json | vor 4 Jahren | |
| package.json | vor 4 Jahren | |
| pytest.ini | vor 5 Jahren | |
| tsconfig.json | vor 4 Jahren | |
| webpack.config.js | vor 4 Jahren | |
| webpack.config.login.js | vor 5 Jahren | |
| webpack.config.npm.js | vor 4 Jahren | |
| webpack.config.workers.js | vor 4 Jahren |
Hue is a mature SQL Assistant for querying Databases & Data Warehouses.
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
Quick Demos:
Three ways to start the server and configure the databases you want to query:
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!
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
Read more about configurations at tools/kubernetes.
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.
SQL Editor, Parsers components and REST/Python/CLI APIs.