Skip to content

Commit

Permalink
Pipe docs updates: Data-Sync & Streaming (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Yurong Su <rong@apache.org>
  • Loading branch information
Caideyipi and SteveYurongSu authored Sep 5, 2023
1 parent 2679b10 commit c1438e7
Show file tree
Hide file tree
Showing 9 changed files with 2,143 additions and 456 deletions.
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar/V1.2.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export const enSidebar = {
{ text: 'Write Delete Data', link: 'Write-Delete-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Streaming', link: 'Streaming' },
{ text: 'Data Sync', link: 'Data-Sync' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'Security Management', link: 'Security-Management' },
{ text: 'Authority Management', link: 'Authority-Management' },
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar/V1.2.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export const zhSidebar = {
{ text: '数据增删', link: 'Write-Delete-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '流处理', link: 'Streaming' },
{ text: '数据同步', link: 'Data-Sync' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '安全控制', link: 'Security-Management' },
{ text: '权限管理', link: 'Authority-Management' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.2.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export const enSidebar = {
{ text: 'Write Delete Data', link: 'Write-Delete-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Data Pipe', link: 'IoTDB-Data-Pipe_timecho' },
{ text: 'Streaming', link: 'Streaming_timecho' },
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'Database Programming', link: 'Database-Programming' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export const zhSidebar = {
{ text: '数据增删', link: 'Write-Delete-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '数据订阅', link: 'IoTDB-Data-Pipe_timecho' },
{ text: '流处理', link: 'Streaming_timecho' },
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: '数据库编程', link: 'Database-Programming' },
Expand Down
486 changes: 486 additions & 0 deletions src/zh/UserGuide/V1.2.x/User-Manual/Data-Sync.md

Large diffs are not rendered by default.

548 changes: 548 additions & 0 deletions src/zh/UserGuide/V1.2.x/User-Manual/Data-Sync_timecho.md

Large diffs are not rendered by default.

782 changes: 782 additions & 0 deletions src/zh/UserGuide/V1.2.x/User-Manual/Streaming.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit c1438e7

Please sign in to comment.