|
|
il y a 1 semaine | |
|---|---|---|
| .cursor | il y a 3 mois | |
| .github | il y a 5 mois | |
| apps | il y a 3 semaines | |
| desktop | il y a 1 semaine | |
| dist | il y a 5 ans | |
| docs | il y a 1 mois | |
| ext | il y a 3 ans | |
| maven | il y a 2 ans | |
| tools | il y a 4 semaines | |
| .dockerignore | il y a 4 ans | |
| .eslintignore | il y a 3 ans | |
| .eslintrc.js | il y a 7 mois | |
| .gitattributes | il y a 15 ans | |
| .gitignore | il y a 5 mois | |
| .prettierignore | il y a 5 mois | |
| .prettierrc | il y a 5 ans | |
| .stylelintrc | il y a 1 an | |
| CONTRIBUTING.md | il y a 4 ans | |
| Gruntfile.js | il y a 2 ans | |
| LICENSE.txt | il y a 5 ans | |
| Makefile | il y a 3 mois | |
| Makefile.sdk | il y a 7 mois | |
| Makefile.tarball | il y a 7 mois | |
| Makefile.vars | il y a 3 mois | |
| Makefile.vars.priv | il y a 15 ans | |
| NOTICE.txt | il y a 1 an | |
| NPM-README.md | il y a 4 ans | |
| README.md | il y a 6 mois | |
| VERSION | il y a 2 ans | |
| babel.config.js | il y a 1 an | |
| conftest.py | il y a 1 an | |
| contributing-frontend.md | il y a 1 an | |
| data | il y a 12 ans | |
| jest.config.js | il y a 5 mois | |
| package-lock.json | il y a 1 mois | |
| package.json | il y a 1 mois | |
| pyproject.toml | il y a 6 mois | |
| setup-hooks.sh | il y a 1 an | |
| tsconfig.json | il y a 3 ans | |
| webpack.config.js | il y a 6 mois | |
| webpack.config.login.js | il y a 1 an | |
| webpack.config.npm.js | il y a 1 an | |
| webpack.config.workers.js | il y a 1 an |
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.