瀏覽代碼

[blog] Adding some SQL dialects as tags

Romain Rigaux 4 年之前
父節點
當前提交
731eba4eaf
共有 14 個文件被更改,包括 18 次插入0 次删除
  1. 1 0
      docs/gethue/content/en/posts/2019-07-19-build-your-own-autocompleter.md
  2. 1 0
      docs/gethue/content/en/posts/2020-04-27-sql-editor-for-apache-spark-sql-with-livy.md
  3. 1 0
      docs/gethue/content/en/posts/2020-04-30-quickstart-sql-editor-for-apache-impala.md
  4. 1 0
      docs/gethue/content/en/posts/2020-05-06-sql-editor-for-apache-flink-sql.md
  5. 1 0
      docs/gethue/content/en/posts/2020-06-22-automated-checking-licenses-absolute-paths-continuous-integration.md
  6. 1 0
      docs/gethue/content/en/posts/2020-06-23-monitoring-hue-activity-with-grafana-dashboards.md
  7. 1 0
      docs/gethue/content/en/posts/2020-08-15-automated-checking-python-style-lint-git-commit-messages-continuous-integration.md
  8. 4 0
      docs/gethue/content/en/posts/2020-09-15-sql-querying-improvements-phoenix-flink-sparksql-erd.md
  9. 1 0
      docs/gethue/content/en/posts/2020-09-30-quick-checking-sql-connection-from-kubernetes-pod.md
  10. 1 0
      docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-flink-sql.md
  11. 1 0
      docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-kafka-sql.md
  12. 1 0
      docs/gethue/content/en/posts/2020-11-17-querying-live-kafka-data-in-apache-hbase-with-phoenix.md
  13. 1 0
      docs/gethue/content/en/posts/2020-12-31-querying-spark-sql-with-spark-thrift-server-and-hue-editor.md
  14. 2 0
      docs/gethue/content/en/posts/2021-01-10-live-sql-querying-live-kafka-logs-and-sending-live-updates-with-flink-sql.md

+ 1 - 0
docs/gethue/content/en/posts/2019-07-19-build-your-own-autocompleter.md

@@ -38,6 +38,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Dev / API
   # - Version 4.5
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-04-27-sql-editor-for-apache-spark-sql-with-livy.md

@@ -40,6 +40,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Spark SQL
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-04-30-quickstart-sql-editor-for-apache-impala.md

@@ -40,6 +40,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Impala
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-05-06-sql-editor-for-apache-flink-sql.md

@@ -40,6 +40,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Flink SQL
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-06-22-automated-checking-licenses-absolute-paths-continuous-integration.md

@@ -38,6 +38,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Dev / API
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-06-23-monitoring-hue-activity-with-grafana-dashboards.md

@@ -38,6 +38,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Dev / API
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-08-15-automated-checking-python-style-lint-git-commit-messages-continuous-integration.md

@@ -38,6 +38,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Dev / API
 #  - Version 4.8
 
 ---

+ 4 - 0
docs/gethue/content/en/posts/2020-09-15-sql-querying-improvements-phoenix-flink-sparksql-erd.md

@@ -40,6 +40,10 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4
+  - Phoenix
+  - Flink SQL
+  - ksqlDB
+  - Spark SQL
 #  - Version 4.8
 
 ---

+ 1 - 0
docs/gethue/content/en/posts/2020-09-30-quick-checking-sql-connection-from-kubernetes-pod.md

@@ -40,6 +40,7 @@ ampforwp-amp-on-off:
   - default
 categories:
   - Version 4.9
+  - Hive
 
 ---
 Let's see one way to quickly check why Hue can't connect to a SQL Database in the Kubernetes world.

+ 1 - 0
docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-flink-sql.md

@@ -41,6 +41,7 @@ ampforwp-amp-on-off:
 categories:
   - Tutorial
   - Version 4.9
+  - Flink SQL
 
 ---
 Real time data querying is becoming a modern standard. Who wants to wait until the next day or week when needing to take decision now?

+ 1 - 0
docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-kafka-sql.md

@@ -41,6 +41,7 @@ ampforwp-amp-on-off:
 categories:
   - Tutorial
   - Version 4.9
+  - ksqlDB
 
 ---
 Real time data querying is becoming a modern standard. Who wants to wait until the next day or week when needing to take decision now?

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

@@ -41,6 +41,7 @@ ampforwp-amp-on-off:
 categories:
   - Tutorial
   - Version 4.9
+  - Phoenix
 
 ---
 Phoenix brings SQL to HBase and let you query Kafka data streams

+ 1 - 0
docs/gethue/content/en/posts/2020-12-31-querying-spark-sql-with-spark-thrift-server-and-hue-editor.md

@@ -41,6 +41,7 @@ ampforwp-amp-on-off:
 categories:
   - Tutorial
   - Version 4.9
+  - Spark SQL
 
 ---
 Write and Execute some Spark SQL quickly in your own Web Editor.

+ 2 - 0
docs/gethue/content/en/posts/2021-01-10-live-sql-querying-live-kafka-logs-and-sending-live-updates-with-flink-sql.md

@@ -41,6 +41,8 @@ ampforwp-amp-on-off:
 categories:
   - Tutorial
   - Version 4.9
+  - Flink SQL
+  - ksqlDB
 
 ---