|
|
4 anni fa | |
|---|---|---|
| .circleci | 4 anni fa | |
| .github | 4 anni fa | |
| apps | 4 anni fa | |
| desktop | 4 anni fa | |
| dist | 5 anni fa | |
| docs | 4 anni fa | |
| ext | 5 anni fa | |
| maven | 4 anni fa | |
| tools | 4 anni fa | |
| .babelrc | 4 anni fa | |
| .coveragerc | 9 anni fa | |
| .dockerignore | 4 anni fa | |
| .eslintignore | 5 anni fa | |
| .eslintrc.js | 4 anni fa | |
| .gitattributes | 15 anni fa | |
| .gitignore | 5 anni fa | |
| .prettierrc | 5 anni fa | |
| .pylintrc | 5 anni fa | |
| CONTRIBUTING.md | 4 anni fa | |
| Gruntfile.js | 4 anni fa | |
| LICENSE.txt | 5 anni fa | |
| Makefile | 4 anni fa | |
| Makefile.sdk | 4 anni fa | |
| Makefile.tarball | 4 anni fa | |
| Makefile.vars | 4 anni fa | |
| Makefile.vars.priv | 15 anni fa | |
| NOTICE.txt | 5 anni fa | |
| NPM-README.md | 5 anni fa | |
| README.md | 4 anni fa | |
| VERSION | 4 anni fa | |
| codecov.yml | 4 anni fa | |
| data | 12 anni fa | |
| jest.config.js | 5 anni fa | |
| package-lock.json | 4 anni fa | |
| package.json | 4 anni fa | |
| pytest.ini | 5 anni fa | |
| tsconfig.json | 4 anni fa | |
| webpack.config.js | 4 anni fa | |
| webpack.config.login.js | 5 anni fa | |
| webpack.config.npm.js | 4 anni fa | |
| webpack.config.workers.js | 5 anni fa |
Hue is a mature SQL Assistant for querying any Databases & Data Warehouses via the Web:
Many companies and organizations use Hue to quickly answer questions via self-service querying e.g.:
are executing 100s of 1000s of queries daily via its SQL Editor or API.
This open source project is also ideal for building your own Query Editor or Query Service and contributions are welcome.
Read more on: gethue.com
You can start Hue via three ways described below. Once setup, you would then need to configure Hue to point to the desired databases you want to query.
Quick Demos:
The Forum is here in case you are looking for help.
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 the port 8888 http://localhost:8888!
Read more about configurations then.
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
Read more about configurations at tools/kubernetes.
First install the dependencies, clone the Hue repo, build and get the development 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 development documentation.
Note: For a very Quick Start and not even bother with installing a dev environment, go with the Dev Docker