|
|
vor 3 Wochen | |
|---|---|---|
| .cursor | vor 3 Monaten | |
| .github | vor 5 Monaten | |
| apps | vor 3 Wochen | |
| desktop | vor 4 Wochen | |
| dist | vor 5 Jahren | |
| docs | vor 1 Monat | |
| ext | vor 3 Jahren | |
| maven | vor 2 Jahren | |
| tools | vor 4 Wochen | |
| .dockerignore | vor 4 Jahren | |
| .eslintignore | vor 3 Jahren | |
| .eslintrc.js | vor 7 Monaten | |
| .gitattributes | vor 15 Jahren | |
| .gitignore | vor 5 Monaten | |
| .prettierignore | vor 5 Monaten | |
| .prettierrc | vor 5 Jahren | |
| .stylelintrc | vor 1 Jahr | |
| CONTRIBUTING.md | vor 4 Jahren | |
| Gruntfile.js | vor 2 Jahren | |
| LICENSE.txt | vor 5 Jahren | |
| Makefile | vor 3 Monaten | |
| Makefile.sdk | vor 7 Monaten | |
| Makefile.tarball | vor 7 Monaten | |
| Makefile.vars | vor 3 Monaten | |
| Makefile.vars.priv | vor 15 Jahren | |
| NOTICE.txt | vor 1 Jahr | |
| NPM-README.md | vor 4 Jahren | |
| README.md | vor 6 Monaten | |
| VERSION | vor 2 Jahren | |
| babel.config.js | vor 1 Jahr | |
| conftest.py | vor 1 Jahr | |
| contributing-frontend.md | vor 1 Jahr | |
| data | vor 12 Jahren | |
| jest.config.js | vor 5 Monaten | |
| package-lock.json | vor 1 Monat | |
| package.json | vor 1 Monat | |
| pyproject.toml | vor 6 Monaten | |
| setup-hooks.sh | vor 1 Jahr | |
| tsconfig.json | vor 3 Jahren | |
| webpack.config.js | vor 6 Monaten | |
| webpack.config.login.js | vor 1 Jahr | |
| webpack.config.npm.js | vor 1 Jahr | |
| webpack.config.workers.js | vor 1 Jahr |
Hue is a mature SQL Assistant for querying Databases & Data Warehouses, trusted by:
Organizations use Hue to quickly answer questions via self-service querying, executing hundreds of thousands of queries daily.
Choose one of these deployment options to start the server, then configure the databases you want to query:
Start Hue instantly:
docker run -it -p 8888:8888 gethue/hue:latest
Hue will be available at http://localhost:8888
📖 See the Docker Guide or watch the Quick Start Video
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
📖 Read more about configurations in the Kubernetes docs
Use the Dev Environment Docker for the fastest setup.
Clone and build:
git clone https://github.com/cloudera/hue.git
cd hue
make apps
build/env/bin/hue runserver
Hue will be available at http://localhost:8000
📖 Read more in the development documentation
Hue offers several powerful components:
📖 Learn about components and APIs
We welcome contributions! Please see our CONTRIBUTING.md guide to get started.