Files
hudi-service/README.md
2024-03-05 15:40:52 +08:00

31 lines
496 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Hudi Service
围绕 Hudi 同步和压缩流程建立了一整套的工具和流程。
*如果使用IDEA查看项目可以安装Mermaid插件查看相关流程图。*
```mermaid
graph LR
a --> b
```
## 模块
模块主要分为三部分,包含 Hudi 运行代码、运维服务和部署工具。
### Hudi 运行代码
#### sync
sync 模块包含 Hudi 运行的全部业务逻辑Hudi on flink 的运行模式为
### 运维服务
### 部署工具
## 部署
## 运维
## 开发