988678b75f94765d74082580a7bc8a1508d20ccb
MB FST data production line infra code base
this repo include all FST data production line code, include cloud infra scripts, micro service apps, pipelines code, tool scripts and sql. overall structure:
fst_data_pipeline/
├── config # 统一配置管理 (YAML/ENV文件)
├── fst_data_pipeline # python source code package
│ ├── apps # 所有微服务应用
│ ├── core # shared lib and utils
│ ├── pipelines # 所有数据自动化处理pipeline
├── infra # 基础设施定义 (Docker file/Terraform/K8s)
├── scripts # 非自动化的工具脚本
├── pyproject.toml # 项目toml
├── code_format_all.sh # 代码格式化和lint检查脚本
├── README.md
└── uv.lock
Description
Languages
Python
89.7%
HTML
8%
Shell
1.1%
JavaScript
0.8%
CSS
0.2%
Other
0.2%