From d66f7db97ee09c55dbd3e0b8824090872c0fec91 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Tue, 23 Aug 2022 16:16:53 +0800 Subject: [PATCH] doc: refine the structure of data in and data out --- docs/en/08-data-in/{02-taosx.md => 06-taosx.md} | 0 docs/en/08-data-in/index.md | 6 ++++++ docs/en/09-data-out/01-tmq.md | 0 docs/en/09-data-out/{04-taosdump.md => 03-taosdump.md} | 0 docs/en/09-data-out/{02-taosx.md => 05-taosx.md} | 0 docs/en/09-data-out/index.md | 6 ++++++ 6 files changed, 12 insertions(+) rename docs/en/08-data-in/{02-taosx.md => 06-taosx.md} (100%) create mode 100644 docs/en/08-data-in/index.md create mode 100644 docs/en/09-data-out/01-tmq.md rename docs/en/09-data-out/{04-taosdump.md => 03-taosdump.md} (100%) rename docs/en/09-data-out/{02-taosx.md => 05-taosx.md} (100%) create mode 100644 docs/en/09-data-out/index.md diff --git a/docs/en/08-data-in/02-taosx.md b/docs/en/08-data-in/06-taosx.md similarity index 100% rename from docs/en/08-data-in/02-taosx.md rename to docs/en/08-data-in/06-taosx.md diff --git a/docs/en/08-data-in/index.md b/docs/en/08-data-in/index.md new file mode 100644 index 0000000000..c480652cc7 --- /dev/null +++ b/docs/en/08-data-in/index.md @@ -0,0 +1,6 @@ +--- +sidebar_label: Data In +sidebar_title: How to Write Data Into TDengine Cloud Service +--- + +This chapter introduces a number of ways which can be used to write data into TDengine, users can use 3rd party tools, like telegraf and prometheus, to write data into TDengine cloud service, or use taosBenchmark(../../tools/taosbenchmark) which is a tool provided by TDengine to write data into TDengine cloud service. Furthermode, users can use taosX, which is also a tool provided by TDengine, to sync data from one TDengine cloud service to another. \ No newline at end of file diff --git a/docs/en/09-data-out/01-tmq.md b/docs/en/09-data-out/01-tmq.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/en/09-data-out/04-taosdump.md b/docs/en/09-data-out/03-taosdump.md similarity index 100% rename from docs/en/09-data-out/04-taosdump.md rename to docs/en/09-data-out/03-taosdump.md diff --git a/docs/en/09-data-out/02-taosx.md b/docs/en/09-data-out/05-taosx.md similarity index 100% rename from docs/en/09-data-out/02-taosx.md rename to docs/en/09-data-out/05-taosx.md diff --git a/docs/en/09-data-out/index.md b/docs/en/09-data-out/index.md new file mode 100644 index 0000000000..3fda151105 --- /dev/null +++ b/docs/en/09-data-out/index.md @@ -0,0 +1,6 @@ +--- +sidebar_label: Data Out +sidebar_title: How to Get Data Out of TDengine +--- + +This chapter introduces how to get data out of TDengine cloud service. Besides normal query using SQL, users can use data subscription which is provided by the message queue component inside TDengine to access the data stored in TDengine. `taosdump`, which is a tool provided by TDengine, can be used to dump the data stored in TDengine cloud service into files. `taosX`, which is another tool provided by TDengine, can be used to sync up the data in one TDengine cloud service into another. \ No newline at end of file -- GitLab