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:
@@ -126,3 +126,4 @@ ORDER BY nspname;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -144,3 +144,4 @@ FROM platform_schema.users;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -337,3 +337,4 @@ FROM aia_schema.messages;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -410,3 +410,4 @@ FROM pkb_schema.batch_tasks;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -542,3 +542,4 @@ SELECT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -266,3 +266,4 @@ Write-Host "脚本执行完成!" -ForegroundColor Green
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user