diff --git a/docs/en/05-develop/01-connect/01-python.md b/docs/en/05-develop/01-connect/01-python.md index 9781bfe1ece242112ccffd8b91ad9dfad1bd8323..3704fc888350f92171aaaaf9e1cf991c64265537 100644 --- a/docs/en/05-develop/01-connect/01-python.md +++ b/docs/en/05-develop/01-connect/01-python.md @@ -1,6 +1,7 @@ --- sidebar_label: Python title: Connect with Python Connector +description: Python Connector for TDengine. --- import Tabs from '@theme/Tabs'; diff --git a/docs/en/05-develop/01-connect/02-java.md b/docs/en/05-develop/01-connect/02-java.md index 651de9e553529b4cce01c45fcae45a56d0d85a6f..87a91e7b1441b361ed9552b50924c17504f62582 100644 --- a/docs/en/05-develop/01-connect/02-java.md +++ b/docs/en/05-develop/01-connect/02-java.md @@ -1,6 +1,7 @@ --- sidebar_label: Java title: Connect with Java Connector +description: Java Connector for TDengine. --- import Tabs from '@theme/Tabs'; diff --git a/docs/en/05-develop/01-connect/03-go.md b/docs/en/05-develop/01-connect/03-go.md index 3caf7ca7babcc5f345010dca50ed9e431cc612de..267e0e99ac0b4bcbb0c6b4bb97c0e56760b2854e 100644 --- a/docs/en/05-develop/01-connect/03-go.md +++ b/docs/en/05-develop/01-connect/03-go.md @@ -1,6 +1,7 @@ --- sidebar_label: Go title: Connect with Go Connector +description: Go Connector for TDengine. --- import Tabs from '@theme/Tabs'; diff --git a/docs/en/05-develop/01-connect/04-rust.md b/docs/en/05-develop/01-connect/04-rust.md index 2c195d5d58448244669228199570c5d64e9efd82..ad20066941549d42f9148f937336dca3b48cff37 100644 --- a/docs/en/05-develop/01-connect/04-rust.md +++ b/docs/en/05-develop/01-connect/04-rust.md @@ -1,6 +1,7 @@ --- sidebar_label: Rust title: Connect with Rust Connector +description: Rust Connector for TDengine --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/en/05-develop/01-connect/05-node.md b/docs/en/05-develop/01-connect/05-node.md index 5f13df643cef9c0833f180871f44ab920297bc12..d88e4ec85535634558aeafde294e2e8ee2e473f7 100644 --- a/docs/en/05-develop/01-connect/05-node.md +++ b/docs/en/05-develop/01-connect/05-node.md @@ -1,6 +1,7 @@ --- sidebar_label: Node.js title: Connect with Node.js Connector +description: Node.JS Connector for TDengine --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/en/05-develop/01-connect/09-rest-api.md b/docs/en/05-develop/01-connect/09-rest-api.md index b2dd9a6f1593274f3a766342b1ccf99519a8dc3b..67df8879066d4aa62bfca5c011c23f85e2a3d8d9 100644 --- a/docs/en/05-develop/01-connect/09-rest-api.md +++ b/docs/en/05-develop/01-connect/09-rest-api.md @@ -1,6 +1,7 @@ --- sidebar_label: REST API title: REST API +description: Communicate with TDengine Cloud Service through RESTful API --- ## Config diff --git a/docs/en/05-develop/02-model.md b/docs/en/05-develop/02-model.md index 86853aaaa3f7285fe042a892e2ec903d57894111..99730707cdb69fb4fee15c4ff33ff99e4a6c177f 100644 --- a/docs/en/05-develop/02-model.md +++ b/docs/en/05-develop/02-model.md @@ -1,5 +1,6 @@ --- title: Data Model +desription: Typical Data Model used in TDengine --- The data model employed by TDengine is similar to that of a relational database. You have to create databases and tables. You must design the data model based on your own business and application requirements. You should design the STable (an abbreviation for super table) schema to fit your data. This chapter will explain the big picture without getting into syntactical details. diff --git a/docs/en/06-replication/index.md b/docs/en/06-replication/index.md index 42e004950854319c48f17bbed1a79b8dfae22e96..2b451ed6c431dd9736c66e558fa0e701f1e512d1 100644 --- a/docs/en/06-replication/index.md +++ b/docs/en/06-replication/index.md @@ -1,7 +1,7 @@ --- sidebar_label: Data Replication title: Data Replication -description: Briefly introduce how to replicate data among TDengine cloud services +description: Replicate data between TDengine cloud services --- TDengine provides full support for data replication. You can replicate data from TDengine cloud service to local TDengine, from local TDengine to TDengine cloud service, or from one cloud service to another one and it doesn't matter which cloud or region the two services reside in. \ No newline at end of file diff --git a/docs/en/08-data-in/01-insert-data.md b/docs/en/08-data-in/01-insert-data.md index 891f3cdbf3d3bfc3eb15f7dd4d18cfd835567f12..4ccbbc8080d754c4fe23b9b82a8311f1e0cde626 100644 --- a/docs/en/08-data-in/01-insert-data.md +++ b/docs/en/08-data-in/01-insert-data.md @@ -1,7 +1,7 @@ --- sidebar_label: SQL title: Insert Data Using SQL -description: This section describes how to insert data using TDengine SQL +description: Insert data using TDengine SQL --- # Insert Data diff --git a/docs/en/08-data-in/02-prometheus.md b/docs/en/08-data-in/02-prometheus.md index 9c11e0d6099b7840c0200164e5c9bbc7f4f1396f..e4e670aae16ffa999be7581e030c6be5477121ea 100644 --- a/docs/en/08-data-in/02-prometheus.md +++ b/docs/en/08-data-in/02-prometheus.md @@ -1,7 +1,7 @@ --- sidebar_label: Prometheus title: Prometheus for TDengine Cloud -description: This topic introduces how to write data into TDengine from Prometheus. +description: Write data into TDengine from Prometheus. --- Prometheus is a widespread open-source monitoring and alerting system. Prometheus joined the Cloud Native Computing Foundation (CNCF) in 2016 as the second incubated project after Kubernetes, which has a very active developer and user community. diff --git a/docs/en/08-data-in/03-telegraf.md b/docs/en/08-data-in/03-telegraf.md index 2dc6aa3556598c642b0c58106928a03c2631bac6..69ae2eeb6849892b79c7775fcf7b401ecee9f5a3 100644 --- a/docs/en/08-data-in/03-telegraf.md +++ b/docs/en/08-data-in/03-telegraf.md @@ -1,7 +1,7 @@ --- sidebar_label: Telegraf title: Telegraf for TDengine Cloud -description: This section explains how to write data into TDengine from telegraf. +description: Write data into TDengine from telegraf. --- Telegraf is an open-source, metrics collection software. Telegraf can collect the operation information of various components without having to write any scripts to collect regularly, reducing the difficulty of data acquisition. diff --git a/docs/en/09-data-out/01-query.data.md b/docs/en/09-data-out/01-query.data.md index 3bf94d1fe4c12fde71c349d94c51c3b0304140fb..b6958860bb8b8aedfaebafd5b2bd12acbd74facc 100644 --- a/docs/en/09-data-out/01-query.data.md +++ b/docs/en/09-data-out/01-query.data.md @@ -1,7 +1,7 @@ --- sidebar_label: SQL title: Query Data Using SQL -description: This topic introduces how to read data from TDengine using basic SQL. +description: Read data from TDengine using basic SQL. --- # Query Data diff --git a/docs/en/09-data-out/04-taosdump.md b/docs/en/09-data-out/04-taosdump.md index 4df87001702dab3d7e84ce0cae13751a1406d650..131ec1d35c140a889d3702fac1ccaf50c886718c 100644 --- a/docs/en/09-data-out/04-taosdump.md +++ b/docs/en/09-data-out/04-taosdump.md @@ -1,7 +1,7 @@ --- sidebar_label: taosDump title: Dump Data Using taosDump -description: Introduces how to dump data from TDengine into files using taosDump +description: Dump data from TDengine into files using taosDump --- # taosDump diff --git a/docs/en/12-taos-sql/04-stable.md b/docs/en/12-taos-sql/04-stable.md index 6a0a0922cce7d9f831f333e4999789798be8d867..dbeda21c2b369abe16fa6560aefc0120854f7bc8 100644 --- a/docs/en/12-taos-sql/04-stable.md +++ b/docs/en/12-taos-sql/04-stable.md @@ -1,6 +1,7 @@ --- sidebar_label: Supertable title: Supertable +description: Operations about Super Tables. --- ## Create a Supertable diff --git a/docs/en/12-taos-sql/05-insert.md b/docs/en/12-taos-sql/05-insert.md index e7d56fb3c734affa92c8c71c190b1132cd89e335..e798d1f804a7a9501a67acbfdf2a1fc081b89fe9 100644 --- a/docs/en/12-taos-sql/05-insert.md +++ b/docs/en/12-taos-sql/05-insert.md @@ -1,6 +1,7 @@ --- sidebar_label: Insert title: Insert +description: Insert data into TDengine --- ## Syntax diff --git a/docs/en/12-taos-sql/06-select.md b/docs/en/12-taos-sql/06-select.md index 1dd0caed38235d3d10813b2cd74fec6446c5ec24..cf35c5b7554fda3178da3107955eb421cd8a0c84 100644 --- a/docs/en/12-taos-sql/06-select.md +++ b/docs/en/12-taos-sql/06-select.md @@ -1,6 +1,7 @@ --- sidebar_label: Select title: Select +description: Query Data from TDengine. --- ## Syntax diff --git a/docs/en/12-taos-sql/10-function.md b/docs/en/12-taos-sql/10-function.md index d35fd3109998608475e4e0429265c8ac7274f57d..f19e13f63835147e4ede078612dc24d58df1d5ae 100644 --- a/docs/en/12-taos-sql/10-function.md +++ b/docs/en/12-taos-sql/10-function.md @@ -2,6 +2,7 @@ sidebar_label: Functions title: Functions toc_max_heading_level: 4 +description: TDengine Built-in Functions. --- ## Single Row Functions diff --git a/docs/en/12-taos-sql/12-distinguished.md b/docs/en/12-taos-sql/12-distinguished.md index 707089abe54fc12bb09de47c1c51af1a32b8cbcd..e816fe615efc544f7d7672bd3e80e0cb3c868f90 100644 --- a/docs/en/12-taos-sql/12-distinguished.md +++ b/docs/en/12-taos-sql/12-distinguished.md @@ -1,6 +1,7 @@ --- sidebar_label: Time-Series Extensions title: Time-Series Extensions +description: TimeSeries Data Specific Queries. --- As a purpose-built database for storing and processing time-series data, TDengine provides time-series-specific extensions to standard SQL. diff --git a/docs/en/12-taos-sql/13-tmq.md b/docs/en/12-taos-sql/13-tmq.md index befab4f4f01e595564e93ffcfbb0723e13294af0..33122e770ee734015f59ebe734bfb465375c76ac 100644 --- a/docs/en/12-taos-sql/13-tmq.md +++ b/docs/en/12-taos-sql/13-tmq.md @@ -1,6 +1,7 @@ --- sidebar_label: Data Subscription title: Data Subscription +description: Subscribe Data from TDengine. --- The information in this document is related to the TDengine data subscription feature. diff --git a/docs/en/12-taos-sql/14-stream.md b/docs/en/12-taos-sql/14-stream.md index fcd78765104af17285b43749969821ceb98da33b..d26adc9c7f5f1606b0649b48336117cbd4f7f2fc 100644 --- a/docs/en/12-taos-sql/14-stream.md +++ b/docs/en/12-taos-sql/14-stream.md @@ -1,6 +1,7 @@ --- sidebar_label: Stream Processing title: Stream Processing +description: Built-in Stream Processing. --- Raw time-series data is often cleaned and preprocessed before being permanently stored in a database. Stream processing components like Kafka, Flink, and Spark are often deployed alongside a time-series database to handle these operations, increasing system complexity and maintenance costs. diff --git a/docs/en/12-taos-sql/16-operators.md b/docs/en/12-taos-sql/16-operators.md index c426e2879342e430c61c4f8133aa9f8186888941..8dd1cef5ca8f4d221f946fa112f823645439f232 100644 --- a/docs/en/12-taos-sql/16-operators.md +++ b/docs/en/12-taos-sql/16-operators.md @@ -1,6 +1,7 @@ --- sidebar_label: Operators title: Operators +description: TDengine Supported Operators --- ## Arithmetic Operators diff --git a/docs/en/12-taos-sql/17-json.md b/docs/en/12-taos-sql/17-json.md index 77f774303316b466a15226f548f84da69be8f92d..1f08197dad683659e09c0be3591f3998565ce538 100644 --- a/docs/en/12-taos-sql/17-json.md +++ b/docs/en/12-taos-sql/17-json.md @@ -1,6 +1,7 @@ --- sidebar_label: JSON Type title: JSON Type +description: JSON Data Type --- diff --git a/docs/en/12-taos-sql/18-escape.md b/docs/en/12-taos-sql/18-escape.md index a2ae40de98be677e599e83a634952a39faeaafbf..872397b29a65967b19699fea8e57ea80a5c3e88a 100644 --- a/docs/en/12-taos-sql/18-escape.md +++ b/docs/en/12-taos-sql/18-escape.md @@ -1,5 +1,6 @@ --- title: Escape Characters +description: How to use Escape --- ## Escape Characters diff --git a/docs/en/12-taos-sql/19-limit.md b/docs/en/12-taos-sql/19-limit.md index 0486ea30940cdcb5d034bb730d12c0c120a59cd1..b63cf469b89bf212447ad8dc7dd9eaf2adbcb05b 100644 --- a/docs/en/12-taos-sql/19-limit.md +++ b/docs/en/12-taos-sql/19-limit.md @@ -1,6 +1,7 @@ --- -sidebar_label: Name and Size Limits -title: Name and Size Limits +sidebar_label: Limits +title: Limits +description: Naming Limits --- ## Naming Rules diff --git a/docs/en/12-taos-sql/20-keywords.md b/docs/en/12-taos-sql/20-keywords.md index 6f166c8034382b0613845d18470556622106e673..9d8d7c47678cc9720a5fbfa03268ca4ae071034e 100644 --- a/docs/en/12-taos-sql/20-keywords.md +++ b/docs/en/12-taos-sql/20-keywords.md @@ -1,6 +1,7 @@ --- -sidebar_label: Reserved Keywords +sidebar_label: Keywords title: Reserved Keywords +description: Reserved Keywords in TDengine SQL --- ## Keyword List diff --git a/docs/en/12-taos-sql/26-udf.md b/docs/en/12-taos-sql/26-udf.md index 03251067adb3c19aefcf271390c16c939effa432..71603c8804161ce3da4290043b8e611585c12158 100644 --- a/docs/en/12-taos-sql/26-udf.md +++ b/docs/en/12-taos-sql/26-udf.md @@ -1,6 +1,7 @@ --- -sidebar_label: User-Defined Functions +sidebar_label: UDF title: User-Defined Functions (UDF) +description: User Defined Functions --- You can create user-defined functions and import them into TDengine. diff --git a/docs/en/12-taos-sql/27-index.md b/docs/en/12-taos-sql/27-index.md index 7d09bc43ab06932b82019923d4a8fda48cd99c97..7215c26f6a902335607130f91f5d4e576fb69381 100644 --- a/docs/en/12-taos-sql/27-index.md +++ b/docs/en/12-taos-sql/27-index.md @@ -1,6 +1,7 @@ --- sidebar_label: Index title: Using Indices +description: Use Index to Accelerate Query. --- TDengine supports SMA and FULLTEXT indexing. diff --git a/docs/en/17-tools/03-taosbenchmark.md b/docs/en/17-tools/03-taosbenchmark.md index 07de52c7349f270abd8c7843728f3585d75039e0..2a10a395a44e7db3ef14b8589f225d80e02e2147 100644 --- a/docs/en/17-tools/03-taosbenchmark.md +++ b/docs/en/17-tools/03-taosbenchmark.md @@ -1,6 +1,7 @@ --- title: taosBenchmark sidebar_label: taosBenchmark +description: Benchmark Tool for TDengine. --- ## Introduction diff --git a/docs/en/20-faq.md b/docs/en/20-faq.md deleted file mode 100644 index 32cce9075d6bdc38f5389e97b109b8163e31b622..0000000000000000000000000000000000000000 --- a/docs/en/20-faq.md +++ /dev/null @@ -1 +0,0 @@ -# FAQ \ No newline at end of file