Update index.md

This commit is contained in:
Jeff Tao 2022-08-28 20:52:45 +08:00 committed by GitHub
parent f9d4d74c67
commit e1716a25f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,13 +22,13 @@ The major features are listed below:
3. [caching](/develop/cache/): TDengine always saves the last data point in cache, so Redis is not needed for time-series data processing. 3. [caching](/develop/cache/): TDengine always saves the last data point in cache, so Redis is not needed for time-series data processing.
4. [stream processing](/develop/stream/): not only is the continuous query is supported, but TDengine also supports even driven stream processing, so Flink or spark is not needed for time-series daata processing. 4. [stream processing](/develop/stream/): not only is the continuous query is supported, but TDengine also supports even driven stream processing, so Flink or spark is not needed for time-series daata processing.
5. [data subscription](/develop/tmq/): application can subscribe a table or a set of tables. API is the same as Kafka, but you can specify filter conditions. 5. [data subscription](/develop/tmq/): application can subscribe a table or a set of tables. API is the same as Kafka, but you can specify filter conditions.
6. Visulization 6. Visualization
* supports seamless integration with [Grafana](/third-party/grafana/) for visualization. * supports seamless integration with [Grafana](/third-party/grafana/) for visualization.
* supports seamless integration with Google Data Studio. * supports seamless integration with Google Data Studio.
7. Cluster 7. Cluster
* supports [cluster](/deployment/), with the capability of increasing processing power by adding more nodes. * supports [cluster](/deployment/) with the capability of increasing processing power by adding more nodes.
* Supports [deployment on Kubernetes](/deployment/k8s/) * Supports [deployment on Kubernetes](/deployment/k8s/)
* upports high availability is via replication and RAFT. * supports high availability via replication and RAFT.
8. Administration 8. Administration
* provides [monitoring](/operation/monitor) on running instances of TDengine. * provides [monitoring](/operation/monitor) on running instances of TDengine.
* provides many ways to [import](/operation/import) and [export](/operation/export) data. * provides many ways to [import](/operation/import) and [export](/operation/export) data.