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
This commit is contained in:
@@ -496,3 +496,4 @@ F1. 智能统计分析 (SSA):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1346,3 +1346,4 @@ P3:K8s、Electron、私有化(阶段二)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1602,3 +1602,4 @@ batchService.executeBatchTask()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -46,5 +46,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user