Skip to content

Commit

Permalink
[docs] Small README rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Sep 9, 2021
1 parent 9f33cad commit 799ff29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoclose-stale.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'roadmap, good first issue'
exempt-issue-labels: 'roadmap,good first issue'

stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
exempt-pr-labels: 'roadmap'
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -18,7 +18,7 @@ use Hue to quickly answer questions via self-service querying and are executing
Read more on [gethue.com](http://gethue.com) and
- Connect to a [database](https://docs.gethue.com/administrator/configuration/connectors/)
- Build your own Editor with the [SQL Scratchpad](https://docs.gethue.com/developer/components/scratchpad/)
- Boot the [Query Service](https://docs.gethue.com/administrator/installation/cloud/#kubernetes) and query the [API](https://docs.gethue.com/developer/api/rest/)
- Boot the [Query Service](https://docs.gethue.com/administrator/installation/cloud/#kubernetes) and query via the UI/[API](https://docs.gethue.com/developer/api/)

![Hue Editor](https://cdn.gethue.com/uploads/2021/02/hue-4.9.png)

Expand All @@ -30,7 +30,7 @@ Quick Demos:
* 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/)
* Live instance: [demo.gethue.com](https://demo.gethue.com/)

Three ways to start the server and configure the [databases](https://docs.gethue.com/administrator/configuration/connectors/) you want to query:
Three ways to start the server then configure the [databases](https://docs.gethue.com/administrator/configuration/connectors/) you want to query:

Docker
------
Expand Down Expand Up @@ -72,7 +72,6 @@ Components

SQL Editor, Parsers [components](https://docs.gethue.com/developer/components/) and REST/Python/CLI [APIs](https://docs.gethue.com/developer/api/).


License
-----------
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 799ff29

Please sign in to comment.