{"id":13570122,"url":"https://github.com/cloudera/hue","last_synced_at":"2025-05-12T15:22:02.352Z","repository":{"id":951625,"uuid":"732593","full_name":"cloudera/hue","owner":"cloudera","description":"Open source SQL Query Assistant service for Databases/Warehouses","archived":false,"fork":false,"pushed_at":"2025-04-23T09:46:34.000Z","size":475977,"stargazers_count":1242,"open_issues_count":40,"forks_count":384,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-04-23T17:13:23.964Z","etag":null,"topics":["autocomplete","compose","data-warehouse","databases","query-editor","sql","sql-assistant","sql-editor"],"latest_commit_sha":null,"homepage":"https://cloudera.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-06-21T19:46:51.000Z","updated_at":"2025-04-23T08:15:55.000Z","dependencies_parsed_at":"2023-10-03T10:57:52.132Z","dependency_job_id":"ca57219d-0fd4-4bd9-8b32-7b32a705763c","html_url":"https://github.com/cloudera/hue","commit_stats":{"total_commits":20553,"total_committers":325,"mean_commits":63.24,"dds":0.7524935532525665,"last_synced_commit":"5583fe028229e949ad9d56f28c8516cded436471"},"previous_names":[],"tags_count":470,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fhue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fhue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fhue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudera%2Fhue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudera","download_url":"https://codeload.github.com/cloudera/hue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250477810,"owners_count":21437049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","compose","data-warehouse","databases","query-editor","sql","sql-assistant","sql-editor"],"created_at":"2024-08-01T14:00:48.532Z","updated_at":"2025-04-23T17:13:41.690Z","avatar_url":"https://github.com/cloudera.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Python","Data Visualization","sql","Uncategorized"],"sub_categories":["Data Table Format","Uncategorized"],"readme":"[![CircleCI](https://img.shields.io/circleci/build/github/cloudera/hue/master.svg)](https://circleci.com/gh/cloudera/hue/tree/master)\n[![DockerPulls](https://img.shields.io/docker/pulls/gethue/hue.svg)](https://registry.hub.docker.com/u/gethue/hue/)\n![GitHub contributors](https://img.shields.io/github/contributors-anon/cloudera/hue.svg)\n\n![Hue Logo](https://raw.githubusercontent.com/cloudera/hue/master/docs/images/hue_logo.png)\n\n\n# Query. Explore. Share.\n\nHue is a mature SQL Assistant for querying Databases \u0026 Data Warehouses.\n\n* 1000+ customers\n* Top Fortune 500\n\nuse Hue to quickly answer questions via self-service querying and are executing 100s of 1000s of queries daily.\n\nRead more on [gethue.com](http://gethue.com) and\n- Connect to a [database](https://docs.gethue.com/administrator/configuration/connectors/)\n- Build your own Editor with the [SQL Scratchpad](https://docs.gethue.com/developer/components/scratchpad/)\n- Boot the [Query Service](https://docs.gethue.com/administrator/installation/cloud/#kubernetes) and query via the UI/[API](https://docs.gethue.com/developer/api/)\n\n![Hue Editor](https://cdn.gethue.com/uploads/2021/02/hue-4.9.png)\n\n# Getting Started\n\nQuick Demos:\n\n* Docker Compose: [Impala](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/), [Flink SQL](https://gethue.com/blog/sql-querying-live-kafka-logs-and-sending-live-updates-with-flink-sql/), [ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-sql/), [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/)\n* Live instance: [demo.gethue.com](https://demo.gethue.com/)\n\nThree ways to start the server then configure the [databases](https://docs.gethue.com/administrator/configuration/connectors/) you want to query:\n\n## Docker\nStart Hue in a single click with the [Docker Guide](https://github.com/cloudera/hue/tree/master/tools/docker/hue) or the\n[video blog post](http://gethue.com/getting-started-with-hue-in-2-minutes-with-docker/).\n\n    docker run -it -p 8888:8888 gethue/hue:latest\n\nNow Hue should be up and running on your default Docker IP on [http://localhost:8888](http://localhost:8888)!\n\n## Kubernetes\n\n    helm repo add gethue https://helm.gethue.com\n    helm repo update\n    helm install hue gethue/hue\n\nRead more about configurations at [tools/kubernetes](tools/kubernetes/).\n\n## Development\n\nFor a very Quick Start go with the [Dev Environment Docker](https://docs.gethue.com/developer/development/#dev-docker).\n\nOr install the [dependencies](https://docs.gethue.com/administrator/installation/dependencies/), clone the repository, build and get the server running.\n\n    # \u003cinstall OS dependencies\u003e\n    git clone https://github.com/cloudera/hue.git\n    cd hue\n    make apps\n    build/env/bin/hue runserver\n\nNow Hue should be running on [http://localhost:8000](http://localhost:8000)!\n\nRead more in the [documentation](https://docs.gethue.com/developer/development/).\n\n# Components\n\nSQL Editor, Parsers [components](https://docs.gethue.com/developer/components/) and REST/Python/CLI [APIs](https://docs.gethue.com/developer/api/).\n\n# License\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudera%2Fhue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudera%2Fhue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudera%2Fhue/lists"}