|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| .circleci | %!s(int64=3) %!d(string=hai) anos | |
| .github | %!s(int64=4) %!d(string=hai) anos | |
| apps | %!s(int64=3) %!d(string=hai) anos | |
| desktop | %!s(int64=3) %!d(string=hai) anos | |
| dist | %!s(int64=5) %!d(string=hai) anos | |
| docs | %!s(int64=3) %!d(string=hai) anos | |
| ext | %!s(int64=4) %!d(string=hai) anos | |
| maven | %!s(int64=4) %!d(string=hai) anos | |
| tools | %!s(int64=3) %!d(string=hai) anos | |
| .coveragerc | %!s(int64=9) %!d(string=hai) anos | |
| .dockerignore | %!s(int64=4) %!d(string=hai) anos | |
| .eslintignore | %!s(int64=4) %!d(string=hai) anos | |
| .eslintrc.js | %!s(int64=4) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=15) %!d(string=hai) anos | |
| .gitignore | %!s(int64=5) %!d(string=hai) anos | |
| .prettierrc | %!s(int64=5) %!d(string=hai) anos | |
| .pylintrc | %!s(int64=5) %!d(string=hai) anos | |
| .stylelintrc | %!s(int64=3) %!d(string=hai) anos | |
| CONTRIBUTING.md | %!s(int64=4) %!d(string=hai) anos | |
| Gruntfile.js | %!s(int64=4) %!d(string=hai) anos | |
| LICENSE.txt | %!s(int64=5) %!d(string=hai) anos | |
| Makefile | %!s(int64=3) %!d(string=hai) anos | |
| Makefile.sdk | %!s(int64=3) %!d(string=hai) anos | |
| Makefile.tarball | %!s(int64=4) %!d(string=hai) anos | |
| Makefile.vars | %!s(int64=3) %!d(string=hai) anos | |
| Makefile.vars.priv | %!s(int64=15) %!d(string=hai) anos | |
| NOTICE.txt | %!s(int64=4) %!d(string=hai) anos | |
| NPM-README.md | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| VERSION | %!s(int64=4) %!d(string=hai) anos | |
| babel.config.js | %!s(int64=4) %!d(string=hai) anos | |
| codecov.yml | %!s(int64=4) %!d(string=hai) anos | |
| data | %!s(int64=12) %!d(string=hai) anos | |
| jest.config.js | %!s(int64=4) %!d(string=hai) anos | |
| package-lock.json | %!s(int64=3) %!d(string=hai) anos | |
| package.json | %!s(int64=3) %!d(string=hai) anos | |
| pytest.ini | %!s(int64=5) %!d(string=hai) anos | |
| tsconfig.json | %!s(int64=4) %!d(string=hai) anos | |
| webpack.config.js | %!s(int64=4) %!d(string=hai) anos | |
| webpack.config.login.js | %!s(int64=5) %!d(string=hai) anos | |
| webpack.config.npm.js | %!s(int64=4) %!d(string=hai) anos | |
| webpack.config.workers.js | %!s(int64=4) %!d(string=hai) anos |
Hue is a mature SQL Assistant for querying Databases & Data Warehouses.
use Hue to quickly answer questions via self-service querying and are executing 100s of 1000s of queries daily.
Read more on gethue.com and
Quick Demos:
Three ways to start the server then configure the databases you want to query:
Start Hue in a single click with the Docker Guide or the video blog post.
docker run -it -p 8888:8888 gethue/hue:latest
Now Hue should be up and running on your default Docker IP on http://localhost:8888!
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
Read more about configurations at tools/kubernetes.
For a very Quick Start go with the Dev Environment Docker.
Or install the dependencies, clone the repository, build and get the server running.
# <install OS dependencies>
git clone https://github.com/cloudera/hue.git
cd hue
make apps
build/env/bin/hue runserver
Now Hue should be running on http://localhost:8000!
Read more in the documentation.
SQL Editor, Parsers components and REST/Python/CLI APIs.