Skip to content

Commit

Permalink
Modify the example of pipe loading plugin and the V2.0.1 document mod…
Browse files Browse the repository at this point in the history
…ification
  • Loading branch information
mal117 committed Dec 13, 2024
1 parent 520f9af commit 9da2f5b
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 38 deletions.
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
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
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

0 comments on commit 9da2f5b

Please sign in to comment.