- Add platform infrastructure chapter to frontend-backend architecture design - Update system architecture document with 6 new infrastructure modules - Update AI onboarding guide with infrastructure overview - Link to backend/src/common/README.md for detailed usage guide Key Updates: - Storage service (LocalAdapter + OSSAdapter) - Logging system (Winston + JSON format) - Cache service (Memory + Redis) - Async job queue (Memory + Database) - Health check endpoints - Monitoring metrics - Database connection pool - Environment config management All modules support zero-code switching between local and cloud environments. Related: #Platform-Infrastructure
550 B
550 B
部署架构设计
文档版本: v1.0
创建日期: 2025-10-29
维护者: 架构团队
最后更新: 2025-10-29
📋 文档说明
本文档描述系统的部署架构设计,包括:
- 部署模式(云部署、本地化部署、混合部署)
- 部署方案(Docker、Kubernetes等)
- 环境配置
- 模块独立部署方案
⏳ 待完善
本文档内容待规划完善,目前仅作为占位文档。
文档版本: v1.0
最后更新: 2025-10-29