Skip to content

Add source path in partial data synchronization #785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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/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/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 @@ -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
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