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