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