Skip to content

Commit

Permalink
Thingsboard modifies configuration files (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mal117 authored Dec 13, 2024
1 parent 80fa1c4 commit 520f9af
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
14 changes: 7 additions & 7 deletions src/UserGuide/Master/Tree/Ecosystem-Integration/Thingsboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/UserGuide/latest/Ecosystem-Integration/Thingsboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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所存储的数据库,支持自定义
```

## 使用说明
Expand Down
14 changes: 7 additions & 7 deletions src/zh/UserGuide/V1.3.0-2/Ecosystem-Integration/Thingsboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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所存储的数据库,支持自定义
```

## 使用说明
Expand Down
14 changes: 7 additions & 7 deletions src/zh/UserGuide/latest/Ecosystem-Integration/Thingsboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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所存储的数据库,支持自定义
```

## 使用说明
Expand Down

0 comments on commit 520f9af

Please sign in to comment.