Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading