Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <[email protected]>
  • Loading branch information
Yisaer committed Jun 5, 2024
1 parent 771e80c commit c7b637a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@
]
},
{
"title": "数据变化",
"path": "example/concurrency"
"title": "捕捉数据变化",
"path": "example/change_data_capture"
}
]
},
Expand Down Expand Up @@ -1124,8 +1124,8 @@
"path": "example/data_merge/merge_multi_stream"
},
{
"title": "Data Change in Sngle Stream",
"path": "example/concurrency"
"title": "Capture Data Change",
"path": "example/change_data_capture"
}
]
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/en_US/example/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The cookbook chapter is crafted to guide users on how to leverage eKuiper's feat

- **[Step-by-Step Guide: Navigating eKuiper with the Management Console UI](howto.md)**: This guide provides a concise walkthrough on utilizing eKuiper through its Management Console UI. It offers step-by-step instructions for data preparation, example execution, and result interpretation.
- **[Merge Multiple Devices' Data in a Single Stream](./data_merge/merge_single_stream.md)**: Introduces the concept of data merging in IoT scenarios, where data from multiple sensors needs to be combined for meaningful analysis. A detailed use case is provided, explaining the problem of merging data from sensors with varying data acquisition frequencies.
- **[Data change notification in IoT scenarios](./concurrency.md)**: This section will take event notification when data changes in a single data stream as an example to introduce how to implement it through eKuiper.
- **[Data change notification in IoT scenarios](./change_data_capture.md)**: This section will take event notification when data changes in a single data stream as an example to introduce how to implement it through eKuiper.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/zh_CN/example/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

- **[基于 eKuiper 管理台界面执行数据分析](howto.md)**:本节将深入解释如何通过 eKuiper 的管理控制台界面进行数据分析,包括数据预处理、示例执行以及查看结果等步骤。
- **[物联网场景下的数据融合](./data_merge/merge_single_stream.md)**:本节将以在单个数据流中整合不同采集频率的传感器数据为例,介绍如何通过 eKuiper 实现物联网场景下的数据融合。
- **[物联网场景下的捕获数据变化](./change_data_capture.md)**: 本节将以单个数据流中数据发生变化时的事件通知为例,介绍如何通过eKuiper来实现。

0 comments on commit c7b637a

Please sign in to comment.