From 520f9afdcc60a73ce1f040b42afe0e453cddfcf1 Mon Sep 17 00:00:00 2001 From: majialin <107627937+mal117@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:35:34 +0800 Subject: [PATCH] Thingsboard modifies configuration files (#465) --- .../Tree/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- .../V1.3.0-2/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- .../latest/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- .../Tree/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- .../V1.3.0-2/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- .../latest/Ecosystem-Integration/Thingsboard.md | 14 +++++++------- 6 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md b/src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md index d962a58f..072d3c37 100644 --- a/src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md +++ b/src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia # To use IoTDB, the following variables need to be added export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located -export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default -export IoTDB_USER:root ## The username for iotdb,defaults as root -export IoTDB_PASSWORD:root ## The password for iotdb,default as root -export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting -export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024 -export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests -export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization +export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default +export IoTDB_USER=root ## The username for iotdb,defaults as root +export IoTDB_PASSWORD=root ## The password for iotdb,default as root +export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting +export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024 +export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests +export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization ``` ## Instructions diff --git a/src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md b/src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md index b1269dc2..3afbdd42 100644 --- a/src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md +++ b/src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia # To use IoTDB, the following variables need to be added export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located -export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default -export IoTDB_USER:root ## The username for iotdb,defaults as root -export IoTDB_PASSWORD:root ## The password for iotdb,default as root -export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting -export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024 -export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests -export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization +export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default +export IoTDB_USER=root ## The username for iotdb,defaults as root +export IoTDB_PASSWORD=root ## The password for iotdb,default as root +export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting +export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024 +export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests +export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization ``` ## Instructions diff --git a/src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md b/src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md index d962a58f..072d3c37 100644 --- a/src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md +++ b/src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## Originally configured as SQL, change the varia # To use IoTDB, the following variables need to be added export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## The IP address where iotdb is located -export IoTDB_PORT:6667 ## The port number for iotdb is 6667 by default -export IoTDB_USER:root ## The username for iotdb,defaults as root -export IoTDB_PASSWORD:root ## The password for iotdb,default as root -export IoTDB_CONNECTION_TIMEOUT:5000 ## IoTDB timeout setting -export IoTDB_FETCH_SIZE:1024 ## The number of data pulled in a single request is recommended to be set to 1024 -export IoTDB_MAX_SIZE:200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests -export IoTDB_DATABASE:root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization +export IoTDB_PORT=6667 ## The port number for iotdb is 6667 by default +export IoTDB_USER=root ## The username for iotdb,defaults as root +export IoTDB_PASSWORD=root ## The password for iotdb,default as root +export IoTDB_CONNECTION_TIMEOUT=5000 ## IoTDB timeout setting +export IoTDB_FETCH_SIZE=1024 ## The number of data pulled in a single request is recommended to be set to 1024 +export IoTDB_MAX_SIZE=200 ## The maximum number of sessions in the session pool is recommended to be set to>=concurrent requests +export IoTDB_DATABASE=root.thingsboard ## Thingsboard data is written to the database stored in IoTDB, supporting customization ``` ## Instructions diff --git a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md index f244d9f7..4761428c 100644 --- a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md +++ b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb # 使用IoTDB需增加以下变量 export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址 -export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667 -export IoTDB_USER:root ## iotdb的用户名,默认为root -export IoTDB_PASSWORD:root ## iotdb的密码,默认为root -export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置 -export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024 -export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 -export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 +export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667 +export IoTDB_USER=root ## iotdb的用户名,默认为root +export IoTDB_PASSWORD=root ## iotdb的密码,默认为root +export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置 +export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024 +export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 +export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 ``` ## 使用说明 diff --git a/src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md b/src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md index c1526f7b..4daa72af 100644 --- a/src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md +++ b/src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb # 使用IoTDB需增加以下变量 export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址 -export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667 -export IoTDB_USER:root ## iotdb的用户名,默认为root -export IoTDB_PASSWORD:root ## iotdb的密码,默认为root -export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置 -export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024 -export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 -export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 +export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667 +export IoTDB_USER=root ## iotdb的用户名,默认为root +export IoTDB_PASSWORD=root ## iotdb的密码,默认为root +export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置 +export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024 +export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 +export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 ``` ## 使用说明 diff --git a/src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md b/src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md index f244d9f7..4761428c 100644 --- a/src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md +++ b/src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md @@ -64,13 +64,13 @@ export DATABASE_TS_TYPE=iotdb ## 原配置为sql,将变量值改为iotdb # 使用IoTDB需增加以下变量 export DATABASE_TS_LATEST_TYPE=iotdb export IoTDB_HOST=127.0.0.1 ## iotdb所在的ip地址 -export IoTDB_PORT:6667 ## iotdb的端口号,默认为6667 -export IoTDB_USER:root ## iotdb的用户名,默认为root -export IoTDB_PASSWORD:root ## iotdb的密码,默认为root -export IoTDB_CONNECTION_TIMEOUT:5000 ## iotdb超时时间设置 -export IoTDB_FETCH_SIZE:1024 ## 单次请求所拉取的数据条数,推荐设置为1024 -export IoTDB_MAX_SIZE:200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 -export IoTDB_DATABASE:root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 +export IoTDB_PORT=6667 ## iotdb的端口号,默认为6667 +export IoTDB_USER=root ## iotdb的用户名,默认为root +export IoTDB_PASSWORD=root ## iotdb的密码,默认为root +export IoTDB_CONNECTION_TIMEOUT=5000 ## iotdb超时时间设置 +export IoTDB_FETCH_SIZE=1024 ## 单次请求所拉取的数据条数,推荐设置为1024 +export IoTDB_MAX_SIZE=200 ##sessionpool内的最大数量,推荐设置为>=并发请求数 +export IoTDB_DATABASE=root.thingsboard ##thingsboard数据写入iotdb所存储的数据库,支持自定义 ``` ## 使用说明