|
|
преди 2 месеца | |
|---|---|---|
| .cursor | преди 3 месеца | |
| .github | преди 5 месеца | |
| apps | преди 2 месеца | |
| desktop | преди 2 месеца | |
| dist | преди 5 години | |
| docs | преди 2 месеца | |
| ext | преди 3 години | |
| maven | преди 2 години | |
| tools | преди 2 месеца | |
| .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 | преди 2 месеца | |
| package.json | преди 2 месеца | |
| 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.