From b210dab637ff089066cc2e4e6cc4c2e150f3ec71 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sun, 28 Aug 2022 21:08:11 +0800 Subject: [PATCH] Update index.md --- docs/en/02-intro/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/02-intro/index.md b/docs/en/02-intro/index.md index 120df01d0a..7bd490287b 100644 --- a/docs/en/02-intro/index.md +++ b/docs/en/02-intro/index.md @@ -14,7 +14,7 @@ The major features are listed below: 1. Insert data * supports [using SQL to insert](/develop/insert-data/sql-writing). * supports [schemaless writing](/reference/schemaless/) just like NoSQL databases. It also supports standard protocols like [InfluxDB LINE](/develop/insert-data/influxdb-line),[OpenTSDB Telnet](/develop/insert-data/opentsdb-telnet), [OpenTSDB JSON ](/develop/insert-data/opentsdb-json) among others. - * supports seamless integration with third-party tools like [Telegraf](/third-party/telegraf/),[Prometheus](/third-party/prometheus/),[collectd](/third-party/collectd/), [StatsD](/third-party/statsd/), [TCollector](/third-party/tcollector/) and [icinga2/](/third-party/icinga2/), they can write data into TDengine with simple configuration and without a single line of code. + * supports seamless integration with third-party tools like [Telegraf](/third-party/telegraf/), [Prometheus](/third-party/prometheus/), [collectd](/third-party/collectd/), [StatsD](/third-party/statsd/), [TCollector](/third-party/tcollector/) and [icinga2/](/third-party/icinga2/), they can write data into TDengine with simple configuration and without a single line of code. 2. Query data * supports standard [SQL](/taos-sql/), including nested query. * supports [time series specific functions](/taos-sql/function/#time-series-extensions) and [time series specific queries](/taos-sql/distinguished), like downsampling, interpolation, cumulated sum, time weighted average, state window, session window and many others. @@ -27,8 +27,8 @@ The major features are listed below: * supports seamless integration with Google Data Studio. 7. Cluster * supports [cluster](/deployment/) with the capability of increasing processing power by adding more nodes. - * Supports [deployment on Kubernetes](/deployment/k8s/) - * supports high availability via replication and RAFT. + * supports [deployment on Kubernetes](/deployment/k8s/) + * supports high availability via data replication. 8. Administration * provides [monitoring](/operation/monitor) on running instances of TDengine. * provides many ways to [import](/operation/import) and [export](/operation/export) data.