Skip to content
forked from cloudera/hue

Open source SQL Query Assistant service for Databases/Warehouses

License

Notifications You must be signed in to change notification settings

harshith-212/hue

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9cd203 · Nov 20, 2023
Oct 3, 2023
Oct 9, 2023
Nov 6, 2023
Nov 17, 2023
Jan 4, 2020
Nov 20, 2023
May 16, 2022
Jan 25, 2023
Nov 17, 2023
Oct 13, 2016
May 18, 2021
Nov 4, 2022
Nov 17, 2022
Jun 28, 2010
Mar 24, 2023
Jul 3, 2020
Aug 15, 2020
Feb 9, 2022
Sep 9, 2021
Dec 14, 2022
May 12, 2020
Sep 14, 2023
Jul 18, 2022
Jun 1, 2021
Sep 11, 2023
Jun 28, 2010
Nov 18, 2021
May 29, 2021
Sep 10, 2021
Jan 25, 2023
Sep 9, 2022
Feb 24, 2021
Apr 19, 2023
May 9, 2013
Nov 8, 2023
Nov 3, 2023
Oct 9, 2023
Sep 23, 2020
Sep 22, 2022
Oct 9, 2023
Feb 23, 2023
Sep 18, 2023
Feb 23, 2023

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 56.1%
  • Python 28.8%
  • Mako 5.3%
  • HTML 2.4%
  • TypeScript 2.0%
  • Yacc 1.6%
  • Other 3.8%