Files
AIclinicalresearch/docs/05-部署文档/01-部署架构设计.md
HaHafeng 31d555f7bb docs: Update architecture docs with platform infrastructure details
- 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
2025-11-17 08:36:10 +08:00

550 B
Raw Blame History

部署架构设计

文档版本: v1.0
创建日期: 2025-10-29
维护者: 架构团队
最后更新: 2025-10-29


📋 文档说明

本文档描述系统的部署架构设计,包括:

  • 部署模式(云部署、本地化部署、混合部署)
  • 部署方案Docker、Kubernetes等
  • 环境配置
  • 模块独立部署方案

待完善

本文档内容待规划完善,目前仅作为占位文档。


文档版本: v1.0
最后更新: 2025-10-29