# Hue_old1
**Repository Path**: mirrors/Hue_old1
## Basic Information
- **Project Name**: Hue_old1
- **Description**: Open source SQL Query Assistant service for Databases/Warehouses
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 32
- **Forks**: 0
- **Created**: 2017-04-02
- **Last Updated**: 2025-09-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Hue - SQL Assistant for Databases and Data Warehouses


[](https://registry.hub.docker.com/u/gethue/hue/)
[](https://github.com/cloudera/hue/graphs/contributors)
[](https://github.com/cloudera/hue/stargazers)
[](LICENSE.txt)
[](https://deepwiki.com/cloudera/hue)
**Query. Explore. Share.**
## ποΈ Overview
Hue is a mature SQL Assistant for querying Databases & Data Warehouses, trusted by:
* **1000+ customers** worldwide
* **Top Fortune 500** enterprises
Organizations use Hue to quickly answer questions via self-service querying, executing hundreds of thousands of queries daily.
### Key Features
- βοΈ **Interactive SQL editing** with syntax highlighting and autocomplete
- π **File Browser** for navigating and operating on HDFS, S3, ABFS, Ozone, and Google Storage (GS) files
- π **Job Browser** for monitoring and managing Hive queries, Impala queries, YARN applications, and Livy Spark jobs
- ποΈ **Table Browser** for exploring and managing database tables, schemas, and metadata
- π€ **Table Importer** for creating Hive and Impala tables from CSV/Excel files, with support for uploading from local system or importing from remote filesystems (HDFS, S3, ABFS, Ozone, GS)
- π **Multiple database connectors** including Hive, Impala, MySQL, PostgreSQL, and more
## π Useful Links
- π **Website**: [gethue.com](https://gethue.com)
- π **Connect to a database**: [Configuration Guide](https://docs.gethue.com/administrator/configuration/connectors/)
- π οΈ **Build your own Editor**: [SQL Scratchpad](https://docs.gethue.com/developer/components/scratchpad/)
- βοΈ **Query Service**: [Kubernetes Setup](https://docs.gethue.com/administrator/installation/cloud/#kubernetes) and [API](https://docs.gethue.com/developer/api/)

## π Getting Started
### Try Hue Now
- π **Live demo**: [demo.gethue.com](https://demo.gethue.com/)
- π§ͺ **Quick integrations**:
- [Hive](https://docs.gethue.com/administrator/configuration/connectors/#apache-hive)
- [Impala](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/)
- [Trino/Presto](https://docs.gethue.com/administrator/configuration/connectors/#trino-presto)
- [Phoenix SQL / HBase](https://gethue.com/blog/querying-live-kafka-data-in-apache-hbase-with-phoenix/)
- [Spark SQL](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/)
Choose one of these deployment options to start the server, then [configure the databases](https://docs.gethue.com/administrator/configuration/connectors/) you want to query:
### π³ Docker
Start Hue instantly:
```bash
docker run -it -p 8888:8888 gethue/hue:latest
```
Hue will be available at [http://localhost:8888](http://localhost:8888)
π See the [Docker Guide](https://github.com/cloudera/hue/tree/master/tools/docker/hue) or watch the [Quick Start Video](http://gethue.com/getting-started-with-hue-in-2-minutes-with-docker/)
### βΈοΈ Kubernetes
```bash
helm repo add gethue https://helm.gethue.com
helm repo update
helm install hue gethue/hue
```
π Read more about configurations in the [Kubernetes docs](tools/kubernetes/)
### π» Development Setup
#### Quick Start with Docker
Use the [Dev Environment Docker](https://docs.gethue.com/developer/development/#dev-docker) for the fastest setup.
#### Manual Setup
1. Install [dependencies](https://docs.gethue.com/administrator/installation/dependencies/)
2. Clone and build:
```bash
git clone https://github.com/cloudera/hue.git
cd hue
make apps
build/env/bin/hue runserver
```
Hue will be available at [http://localhost:8000](http://localhost:8000)
π Read more in the [development documentation](https://docs.gethue.com/developer/development/)
## π§© Components
Hue offers several powerful components:
- **SQL Editor** - Interactive query interface
- **SQL Parsers** - Syntax handling for multiple dialects
- **REST/Python/CLI APIs** - Programmatic access to all functionality
π Learn about [components](https://docs.gethue.com/developer/components/) and [APIs](https://docs.gethue.com/developer/api/)
## π€ Contributing
We welcome contributions! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) guide to get started.
## π License
[Apache License, Version 2.0](LICENSE.txt)