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
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### Delete Plugin Statement
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

Method 2: Upload the data to the local directory of the cluster
Expand All @@ -480,7 +480,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### Delete plugin statement
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.2.x/User-Manual/Streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### Delete Plugin Statement
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ SQL:
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

Method 2: Upload the data to the local directory of the cluster
Expand All @@ -478,7 +478,7 @@ SQL:
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### Delete plugin statement
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### Delete Plugin Statement
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ SQL:
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

Method 2: Upload the data to the local directory of the cluster
Expand All @@ -479,7 +479,7 @@ SQL:
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### Delete plugin statement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
14 changes: 7 additions & 7 deletions src/UserGuide/V2.0.1/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
2 changes: 1 addition & 1 deletion src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### Delete Plugin Statement
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

Method 2: Upload the data to the local directory of the cluster
Expand All @@ -480,7 +480,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### Delete plugin statement
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### Delete Plugin Statement
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/latest/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

Method 2: Upload the data to the local directory of the cluster
Expand All @@ -480,7 +480,7 @@ SQL:
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/IoTDB installation path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### Delete plugin statement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Tree/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

【方式二】上传到集群本地目录
Expand All @@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

【方式二】上传到集群本地目录
Expand All @@ -478,7 +478,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V1.3.0-2/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

【方式二】上传到集群本地目录
Expand All @@ -479,7 +479,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```sql
CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@
Windows版:
```shell
# 后台启动Workbench
start.sh -d
start.bat -d
```

Linux版:
```shell
# 后台启动Workbench
start.bat -d
./start.sh -d
```

4. 可以通过`jps`命令进行启动是否成功,如图所示即为启动成功:
Expand All @@ -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及以上版本 |
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
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V2.0.1/Tree/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

【方式二】上传到集群本地目录
Expand All @@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ USING <JAR 包的 URI>
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
USING URI <https://example.com:8080/iotdb/pipe-plugin.jar>
```

【方式二】上传到集群本地目录
Expand All @@ -481,7 +481,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```sql
CREATE PIPEPLUGIN IF NOT EXISTS example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
USING URI <file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>
```

### 删除插件语句
Expand Down
Loading