You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
735 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Flink 整理
## 1. 基础认知
- 官方QuickStart:
- 官方文档: https://flink.apache.org/zh/
- 最新版本 【截止2022-7-20】
- 学习版本 【截止2022-7-20】
## 第一章Apache Flink介绍
### 01 | 课程介绍
### 02 | 内容综述
### 03 | 流处理技术概览
### 04 | Flink发展历史与应用场景
### 05 | Flink核心特性
## 第二章Flink部署与应用
## 第三章Flink DataStream API实践原理
## 第四章Flink状态管理和容错
## 第五章Flink Table & SQL实践原理
## 第六章Flink Runtime设计与实现
## 第七章Flink监控与性能优化
## 第八章Flink组件栈介绍与使用
## 第九章:项目实战-使用Flink构建推荐系统实时数据流