All Projects → cloudera → Hue

cloudera / Hue

Licence: apache-2.0
Open source SQL Query Assistant service for Databases/Warehouses

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
Mako
254 projects
typescript
32286 projects

Projects that are alternatives of or similar to Hue

Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+2097.15%)
Mutual labels:  sql, databases
Firenze
Adapter based JavaScript ORM for Node.js and the browser
Stars: ✭ 131 (-62.68%)
Mutual labels:  sql, databases
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (+169.8%)
Mutual labels:  sql, databases
Virtuoso Opensource
Virtuoso is a high-performance and scalable Multi-Model RDBMS, Data Integration Middleware, Linked Data Deployment, and HTTP Application Server Platform
Stars: ✭ 688 (+96.01%)
Mutual labels:  sql, databases
Rom
Data mapping and persistence toolkit for Ruby
Stars: ✭ 1,959 (+458.12%)
Mutual labels:  sql, databases
Jcabi Jdbc
Fluent Wrapper of JDBC
Stars: ✭ 90 (-74.36%)
Mutual labels:  sql, databases
Vanillacore
The core engine of VanillaDB
Stars: ✭ 119 (-66.1%)
Mutual labels:  sql, databases
Developer Handbook
An opinionated guide on how to become a professional Web/Mobile App Developer.
Stars: ✭ 1,830 (+421.37%)
Mutual labels:  sql, databases
Atdatabases
TypeScript clients for databases that prevent SQL Injection
Stars: ✭ 154 (-56.13%)
Mutual labels:  sql, databases
Poli
An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
Stars: ✭ 1,850 (+427.07%)
Mutual labels:  sql, sql-editor
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+1205.13%)
Mutual labels:  sql, databases
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+559.54%)
Mutual labels:  sql, databases
Sqls
SQL language server written in Go.
Stars: ✭ 301 (-14.25%)
Mutual labels:  sql, autocomplete
Vim Lsc
A vim plugin for communicating with a language server
Stars: ✭ 545 (+55.27%)
Mutual labels:  autocomplete
Sublimecodeintel
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Stars: ✭ 5,050 (+1338.75%)
Mutual labels:  autocomplete
Go Sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
Stars: ✭ 539 (+53.56%)
Mutual labels:  sql
Datasette
An open source multi-tool for exploring and publishing data
Stars: ✭ 5,640 (+1506.84%)
Mutual labels:  sql
Dotsql
A Golang library for using SQL.
Stars: ✭ 579 (+64.96%)
Mutual labels:  sql
Yearning
🐳 A most popular sql audit platform for mysql
Stars: ✭ 5,963 (+1598.86%)
Mutual labels:  sql
Ransack
Object-based searching.
Stars: ✭ 5,020 (+1330.2%)
Mutual labels:  sql

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].