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