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
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ 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: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'Database Administration', link: 'Authority-Management' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ export const zhSidebar = {
{ text: '数据写入与删除', link: 'Write-Delete-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符、函数和表达式', link: 'Operator-and-Expression' },
{ text: '流处理框架', link: 'Streaming_apache' },
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '流处理框架', link: 'Streaming_apache' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '权限管理', link: 'Authority-Management' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ 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: 'Stream Processing', link: 'Streaming_timecho' },
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Stream Processing', link: 'Streaming_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'AI Capability', link: 'AINode_timecho' },
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ export const zhSidebar = {
{ text: '数据写入与删除', link: 'Write-Delete-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '流处理框架', link: 'Streaming_timecho' },
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '流处理框架', link: 'Streaming_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: 'AI能力', link: 'AINode_timecho' },
Expand Down
448 changes: 448 additions & 0 deletions src/UserGuide/Master/User-Manual/Data-subscription.md

Large diffs are not rendered by default.

448 changes: 448 additions & 0 deletions src/UserGuide/latest/User-Manual/Data-subscription.md

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions src/zh/UserGuide/Master/User-Manual/Data-subscription.md

Large diffs are not rendered by default.

428 changes: 428 additions & 0 deletions src/zh/UserGuide/latest/User-Manual/Data-subscription.md

Large diffs are not rendered by default.