diff --git a/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md b/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md index bd1711a4f..ac49be7b2 100644 --- a/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md +++ b/src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md @@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin with the fully qualif ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete Plugin Statement diff --git a/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md b/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md index e4c460cac..58e592871 100644 --- a/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md @@ -468,7 +468,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` Method 2: Upload the data to the local directory of the cluster @@ -480,7 +480,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete plugin statement diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming.md b/src/UserGuide/V1.2.x/User-Manual/Streaming.md index dec650d0b..721d1538d 100644 --- a/src/UserGuide/V1.2.x/User-Manual/Streaming.md +++ b/src/UserGuide/V1.2.x/User-Manual/Streaming.md @@ -453,7 +453,7 @@ For example, if a user implements a data processing plugin with the fully qualif ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete Plugin Statement diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 3fc247bea..cc25db81d 100644 --- a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -466,7 +466,7 @@ SQL: ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` Method 2: Upload the data to the local directory of the cluster @@ -478,7 +478,7 @@ SQL: ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete plugin statement diff --git a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md index 7556d6ab8..6f7d3b196 100644 --- a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md +++ b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md @@ -455,7 +455,7 @@ For example, if a user implements a data processing plugin with the fully qualif ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete Plugin Statement diff --git a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md index 13abaa107..026bb18b9 100644 --- a/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md @@ -467,7 +467,7 @@ SQL: ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` Method 2: Upload the data to the local directory of the cluster @@ -479,7 +479,7 @@ SQL: ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete plugin statement diff --git a/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 9f96df00c..a99a70bc2 100644 --- a/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -211,6 +211,7 @@ The visualization console is one of the supporting tools for IoTDB (similar to N | Workbench Version Number | Release Note | Supports IoTDB Versions | | :------------------------: | :------------------------------------------------------------: | :-------------------------: | +| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions | | V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions | | V1.3.1 |New analysis methods have been added to the analysis function, and functions such as optimizing import templates have been optimized |V1.3.2 and above versions | | V1.3.0 | Add database configuration function |V1.3.2 and above versions | diff --git a/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md b/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md index d962a58fd..072d3c378 100644 --- a/src/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md +++ b/src/UserGuide/V2.0.1/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/V2.0.1/Tree/User-Manual/Streaming_apache.md b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md index bd1711a4f..ac49be7b2 100644 --- a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md +++ b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md @@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin with the fully qualif ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete Plugin Statement diff --git a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md index e4c460cac..58e592871 100644 --- a/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md @@ -468,7 +468,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` Method 2: Upload the data to the local directory of the cluster @@ -480,7 +480,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete plugin statement diff --git a/src/UserGuide/latest/User-Manual/Streaming_apache.md b/src/UserGuide/latest/User-Manual/Streaming_apache.md index bd1711a4f..ac49be7b2 100644 --- a/src/UserGuide/latest/User-Manual/Streaming_apache.md +++ b/src/UserGuide/latest/User-Manual/Streaming_apache.md @@ -457,7 +457,7 @@ For example, if a user implements a data processing plugin with the fully qualif ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete Plugin Statement diff --git a/src/UserGuide/latest/User-Manual/Streaming_timecho.md b/src/UserGuide/latest/User-Manual/Streaming_timecho.md index e4c460cac..58e592871 100644 --- a/src/UserGuide/latest/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/latest/User-Manual/Streaming_timecho.md @@ -468,7 +468,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` Method 2: Upload the data to the local directory of the cluster @@ -480,7 +480,7 @@ SQL: ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### Delete plugin statement diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md index bef07327d..0fff62528 100644 --- a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md +++ b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_apache.md @@ -465,7 +465,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md index 0386f4e61..eaca49e5d 100644 --- a/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md @@ -469,7 +469,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` 【方式二】上传到集群本地目录 @@ -481,7 +481,7 @@ USING URI '' ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md index 3bb56178a..2a9727638 100644 --- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md +++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md @@ -462,7 +462,7 @@ USING ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 22ccbeb30..a1b16bc60 100644 --- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -466,7 +466,7 @@ USING ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` 【方式二】上传到集群本地目录 @@ -478,7 +478,7 @@ USING URI '' ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md index 95b260de8..f6653d6c0 100644 --- a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md +++ b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md @@ -463,7 +463,7 @@ USING ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md index 1f3942496..391155384 100644 --- a/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md @@ -467,7 +467,7 @@ USING ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` 【方式二】上传到集群本地目录 @@ -479,7 +479,7 @@ USING URI '' ```sql CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 9f3611e0b..cf17d08d5 100644 --- a/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/V2.0.1/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -169,13 +169,13 @@ Windows版: ```shell # 后台启动Workbench - start.sh -d + start.bat -d ``` Linux版: ```shell # 后台启动Workbench - start.bat -d + ./start.sh -d ``` 4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功: @@ -191,6 +191,7 @@ | 控制台版本号 | 版本说明 | 可支持IoTDB版本 | | :------------: | :------------------------------------------------------------: | :----------------: | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上版本 | | V1.4.0 | 新增树模型展示及国际化 | V1.3.2及以上版本 | | V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上版本 | | V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上版本 | diff --git a/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md b/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md index f244d9f72..4761428cd 100644 --- a/src/zh/UserGuide/V2.0.1/Tree/Ecosystem-Integration/Thingsboard.md +++ b/src/zh/UserGuide/V2.0.1/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/V2.0.1/Tree/User-Manual/Streaming_apache.md b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md index bef07327d..0fff62528 100644 --- a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md +++ b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md @@ -465,7 +465,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md index 0386f4e61..eaca49e5d 100644 --- a/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md @@ -469,7 +469,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` 【方式二】上传到集群本地目录 @@ -481,7 +481,7 @@ USING URI '' ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md b/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md index bef07327d..0fff62528 100644 --- a/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md +++ b/src/zh/UserGuide/latest/User-Manual/Streaming_apache.md @@ -465,7 +465,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句 diff --git a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md index 0386f4e61..eaca49e5d 100644 --- a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md @@ -469,7 +469,7 @@ USING ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` 【方式二】上传到集群本地目录 @@ -481,7 +481,7 @@ USING URI '' ```sql CREATE PIPEPLUGIN IF NOT EXISTS example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' -USING URI '' +USING URI ``` ### 删除插件语句