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