Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmonster committed Jun 30, 2022
1 parent fd0aaee commit ef58c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/FLINK.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a name="index">**Index**</a>

* [Apache Flink](#Apache Flink)
* [1. 概念](#概念)
* [Apache Flink](#Apache Flink[[Top]](#index))
* [1. 概念](#概念[[Top]](#index))
* [1.1. 处理无界和有界数据](#处理无界和有界数据)
* [1.2. 有状态与无状态](#有状态与无状态)
* [1.3. 流处理应用的基本组件](#流处理应用的基本组件)
Expand All @@ -12,7 +12,7 @@
* [1.4.1. 事件驱动型应用](#事件驱动型应用)
* [1.4.2. 数据分析应用](#数据分析应用)
* [1.4.3. 数据管道应用](#数据管道应用)
* [2. 参考资料](#参考资料)
* [2. 参考资料](#参考资料[[Top]](#index))
# Apache Flink[[Top]](#index)

![image](https://raw.githubusercontent.com/rbmonster/file-storage/main/learning-note/other/flink/architecture.png)
Expand Down Expand Up @@ -120,6 +120,6 @@ Flink的水位线`waterMarks`:存在网络延迟等情况导致数据接收不
![image](https://raw.githubusercontent.com/rbmonster/file-storage/main/learning-note/other/flink/usecases-datapipelines.png)

相关组件:Flink-CDC
## 参考资料[[Top]](#Apache Flink)
## 参考资料[[Top]](#index)
- [Apache Flink 官网](https://flink.apache.org/zh/flink-architecture.html)
- [Flink入门教程](https://mp.weixin.qq.com/s/Ey-oWpGO_QDo4DixiccVGg)

0 comments on commit ef58c9d

Please sign in to comment.