|
|
пре 3 недеља | |
|---|---|---|
| .cursor | пре 3 месеци | |
| .github | пре 5 месеци | |
| apps | пре 3 недеља | |
| desktop | пре 4 недеља | |
| dist | пре 5 година | |
| docs | пре 1 месец | |
| ext | пре 3 година | |
| maven | пре 2 година | |
| tools | пре 4 недеља | |
| .dockerignore | пре 4 година | |
| .eslintignore | пре 3 година | |
| .eslintrc.js | пре 7 месеци | |
| .gitattributes | пре 15 година | |
| .gitignore | пре 5 месеци | |
| .prettierignore | пре 5 месеци | |
| .prettierrc | пре 5 година | |
| .stylelintrc | пре 1 година | |
| CONTRIBUTING.md | пре 4 година | |
| Gruntfile.js | пре 2 година | |
| LICENSE.txt | пре 5 година | |
| Makefile | пре 3 месеци | |
| Makefile.sdk | пре 7 месеци | |
| Makefile.tarball | пре 7 месеци | |
| Makefile.vars | пре 3 месеци | |
| Makefile.vars.priv | пре 15 година | |
| NOTICE.txt | пре 1 година | |
| NPM-README.md | пре 4 година | |
| README.md | пре 6 месеци | |
| VERSION | пре 2 година | |
| babel.config.js | пре 1 година | |
| conftest.py | пре 1 година | |
| contributing-frontend.md | пре 1 година | |
| data | пре 12 година | |
| jest.config.js | пре 5 месеци | |
| package-lock.json | пре 1 месец | |
| package.json | пре 1 месец | |
| pyproject.toml | пре 6 месеци | |
| setup-hooks.sh | пре 1 година | |
| tsconfig.json | пре 3 година | |
| webpack.config.js | пре 6 месеци | |
| webpack.config.login.js | пре 1 година | |
| webpack.config.npm.js | пре 1 година | |
| webpack.config.workers.js | пре 1 година |
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.