Skip to content
/ hue Public
forked from cloudera/hue

Open source SQL Query Assistant service for Databases/Warehouses

License

Notifications You must be signed in to change notification settings

smiecj/hue

This branch is 152 commits behind cloudera/hue:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 27, 2024
1675c50 · Nov 27, 2024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI DockerPulls GitHub contributors

Hue Logo

Query. Explore. Share.

Hue is a mature SQL Assistant for querying Databases & Data Warehouses.

  • 1000+ customers
  • Top Fortune 500

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

Hue Editor

Getting Started

Quick Demos:

Three ways to start the server then configure the databases you want to query:

Docker

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!

Kubernetes

helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue

Read more about configurations at tools/kubernetes.

Development

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.

Components

SQL Editor, Parsers components and REST/Python/CLI APIs.

License

Apache License, Version 2.0

About

Open source SQL Query Assistant service for Databases/Warehouses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.9%
  • Python 29.1%
  • Mako 5.1%
  • HTML 2.4%
  • TypeScript 2.2%
  • Yacc 1.5%
  • Other 3.8%