Ver código fonte

[blog] Fix mention of Phoenix SQL

Romain Rigaux 4 anos atrás
pai
commit
23bce99e94

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ You can start Hue via three ways described below. Once setup, you would then nee
 
 Quick Demos:
 
-* Docker Compose: [Impala](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/), [Flink SQL](https://gethue.com/blog/tutorial-query-live-data-stream-with-flink-sql/), [ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-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/tutorial-query-live-data-stream-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/)
 
 The Forum [is here](https://discourse.gethue.com/) in case you are looking for help.

+ 2 - 2
docs/gethue/content/en/posts/2020-11-17-querying-live-kafka-data-in-apache-hbase-with-phoenix.md

@@ -1,5 +1,5 @@
 ---
-title: Easy Querying of live Kafka data in a Big Table like HBase with SQL
+title: Easy Querying of live Kafka data in a Big Table like HBase with Phoenix SQL
 author: Romain
 type: post
 date: 2020-11-17T00:00:00+00:00
@@ -44,7 +44,7 @@ categories:
   - Version 4.9
 
 ---
-Easy Querying of live Kafka data in a Big Table like HBase with SQL
+Phoenix brings SQL to HBase and let you query Kafka data streams
 
 *Initially published on https://medium.com/data-querying/phoenix-brings-sql-to-hbase-and-let-you-query-kafka-data-streams-8fd2edda1401*