From 582de77163380cad25a3f104f4cde9413b36e046 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sun, 22 Jan 2023 12:47:18 -0800 Subject: [PATCH] Update 02-intro.md --- docs/en/02-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02-intro.md b/docs/en/02-intro.md index 08c7cdfeac..e792da79f4 100644 --- a/docs/en/02-intro.md +++ b/docs/en/02-intro.md @@ -23,7 +23,7 @@ The major features are listed below: 3. Data Explorer: browse through databases and even run SQL queries once you login. 4. Visualization: - Supports [Grafana](../visual/grafana/) - - Supports Google data studio (to be released soon) + - Supports Google data studio - Supports Grafana cloud (to be released soon) 5. [Data Subscription](../data-subscription/): Application can subscribe a table or a set of tables. API is the same as Kafka, but you can specify filter conditions and you can share the topic with other users and user groups in TDengien Cloud. 6. [Stream Processing](../stream/): Not only is the continuous query is supported, but TDengine also supports event driven stream processing, so Flink or Spark is not needed for time-series data processing. -- GitLab