Skip to content

Commit b31bcb8

Browse files
committed
add flink table store project
1 parent dcbfffa commit b31bcb8

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

flink-learning-datalake/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
### Flink-learning-datalake
22

3-
Flink Data Lake 项目里面包含了数据湖三大组件的基础、原理、实战、应用、源码相关内容
3+
Flink Data Lake 项目里面包含了数据湖四大组件的基础、原理、实战、应用、源码相关内容
44

55
+ [Hudi](https://github.com/apache/hudi)
66

77
+ [Iceberg](https://github.com/apache/iceberg)
88

99
+ [Delta lake](https://github.com/delta-io/delta)
1010

11+
+ [Flink Table Store](https://nightlies.apache.org/flink/flink-table-store-docs-release-0.2/docs/try-table-store/quick-start/)
12+
1113

1214

1315
### 数据湖资料
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+

flink-learning-datalake/flink-learning-table-store/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<artifactId>flink-learning-table-store</artifactId>
1313

1414
<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>
1620
</dependencies>
1721

1822
</project>

0 commit comments

Comments
 (0)