ソースを参照

[docs] Small README rephrasing

Romain Rigaux 4 年 前
コミット
799ff294b2
2 ファイル変更3 行追加4 行削除
  1. 1 1
      .github/workflows/autoclose-stale.yml
  2. 2 3
      README.md

+ 1 - 1
.github/workflows/autoclose-stale.yml

@@ -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.'
           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-stale: 30
           days-before-close: 5
           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.'
           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'
           exempt-pr-labels: 'roadmap'

+ 2 - 3
README.md

@@ -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
 Read more on [gethue.com](http://gethue.com) and
 - Connect to a [database](https://docs.gethue.com/administrator/configuration/connectors/)
 - 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/)
 - 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)
 ![Hue Editor](https://cdn.gethue.com/uploads/2021/02/hue-4.9.png)
 
 
@@ -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/)
 * 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/)
 * 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
 Docker
 ------
 ------
@@ -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/).
 SQL Editor, Parsers [components](https://docs.gethue.com/developer/components/) and REST/Python/CLI [APIs](https://docs.gethue.com/developer/api/).
 
 
-
 License
 License
 -----------
 -----------
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)