《基于Apache Flink的流处理》笔记
思维导图
1-3 章
4-7章
8-11 章
参考资料
源码: https://github.com/streaming-with-flink
博客
- https://flink.apache.org/blog
- https://www.ververica.com/blog
聚会及会议
- https://flink-forward.org
- https://www.meetup.com/topics/apache-flink
https://nightlies.apache.org/flink/flink-docs-release-2.0/zh/
mvn archetype:generate \
-DarchetypeGroupId=org.apache.fink \
-DarchetypeArtifactId=flink-quickstart-scala \
-DarchetypeVersion=1.7.1 \
-DgroupId=org-apache.fink.quickstart \
-DartifactId=flink-scala-project \
-Dversion=0.1 \
-Dpackage=org-apache.flink.quickstart \
-DinteractiveMode=false
Flink 架构