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 0000000000000000000000000000000000000000..c480652cc7e9cce42d71ef3a7acd09fc3e8bf0c9 --- /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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 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 0000000000000000000000000000000000000000..3fda1511059ffebf224feeec414353c41f8cd34e --- /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