File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
flink-learning-table-store Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
### Flink-learning-datalake
2
2
3
- Flink Data Lake 项目里面包含了数据湖三大组件的基础 、原理、实战、应用、源码相关内容
3
+ Flink Data Lake 项目里面包含了数据湖四大组件的基础 、原理、实战、应用、源码相关内容
4
4
5
5
+ [ Hudi] ( https://github.com/apache/hudi )
6
6
7
7
+ [ Iceberg] ( https://github.com/apache/iceberg )
8
8
9
9
+ [ Delta lake] ( https://github.com/delta-io/delta )
10
10
11
+ + [ Flink Table Store] ( https://nightlies.apache.org/flink/flink-table-store-docs-release-0.2/docs/try-table-store/quick-start/ )
12
+
11
13
12
14
13
15
### 数据湖资料
Original file line number Diff line number Diff line change
1
+ ### Flink-learning-table-store
2
+
3
+ + [ Flink Table Store] ( https://nightlies.apache.org/flink/flink-table-store-docs-release-0.2/docs/try-table-store/quick-start/ )
4
+
5
+ + [ GitHub] ( https://github.com/apache/flink-table-store )
6
+
7
+ + [ Flink Table Store 是什么?] ( https://www.yuque.com/lijinsongzhixin/qxwonh/iktr4c )
8
+
9
+ + [ Flink Table Store ——从计算到存储提升流批统一端到端用户体验] ( https://mp.weixin.qq.com/s/siMnKbWzVFU4fic5-XFoRw )
10
+
11
+ + [ Demo 使用 Flink CDC 写入 Table Store,使用 Spark 查询 Table Store] ( https://www.yuque.com/lijinsongzhixin/qxwonh/yhktz8 )
12
+
13
+ ### 架构
14
+
15
+ ![ ] ( https://zhisheng-blog.oss-cn-hangzhou.aliyuncs.com/2022-12-16-075225.jpg )
16
+
Original file line number Diff line number Diff line change 12
12
<artifactId >flink-learning-table-store</artifactId >
13
13
14
14
<dependencies >
15
-
15
+ <dependency >
16
+ <groupId >org.apache.flink</groupId >
17
+ <artifactId >flink-table-store-dist</artifactId >
18
+ <version >0.2.1</version >
19
+ </dependency >
16
20
</dependencies >
17
21
18
22
</project >
You can’t perform that action at this time.
0 commit comments