From eeb4634311fae502ecceed12640e5416373f4ee3 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:09:54 +0800 Subject: [PATCH] Update index.md --- docs/en/08-data-in/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/08-data-in/index.md b/docs/en/08-data-in/index.md index c480652cc7..00bf0adc1f 100644 --- a/docs/en/08-data-in/index.md +++ b/docs/en/08-data-in/index.md @@ -3,4 +3,4 @@ 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 +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. -- GitLab