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
1 change: 1 addition & 0 deletions src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ WITH SOURCE (
'source' = 'iotdb-source',
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
'database-name'='testdb.*', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ WITH SOURCE (
'source' = 'iotdb-source',
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
'database-name'='testdb.*', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ WITH SOURCE (
'source' = 'iotdb-source',
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
'database-name'='testdb.*', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ WITH SOURCE (
'source' = 'iotdb-source',
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
'database-name'='testdb.*', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/latest/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/UserGuide/latest/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation)
'path' = 'root.vehicle.**', -- Scope of Data Synchronization
'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
'database-name'='testdb.*', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
'database-name'='testdb.*', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
3 changes: 2 additions & 1 deletion src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ with sink (
create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'realtime.mode' = 'stream', -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
'database-name'='testdb.*', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
'database-name'='testdb.*', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down
1 change: 1 addition & 0 deletions src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ create pipe A2B
WITH SOURCE (
'source'= 'iotdb-source',
'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式
'path' = 'root.vehicle.**', -- 同步数据的范围
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
)
Expand Down