ZhuJW 988678b75f sso
2026-04-17 14:37:42 +08:00
sso
2026-04-17 14:37:42 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00

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
No description provided
Readme 5.8 MiB
Languages
Python 89.7%
HTML 8%
Shell 1.1%
JavaScript 0.8%
CSS 0.2%
Other 0.2%