Files
AIclinicalresearch/docs/03-业务模块
HaHafeng decff0bb1f docs(deploy): Complete full system deployment to Aliyun SAE
Summary:
- Successfully deployed complete system to Aliyun SAE (2025-12-25)
- All services running: Python microservice + Node.js backend + Frontend Nginx + CLB
- Public access available at http://8.140.53.236/

Major Achievements:
1. Python microservice deployed (v1.0, internal IP: 172.17.173.66:8000)
2. Node.js backend deployed (v1.3, internal IP: 172.17.173.73:3001)
   - Fixed 4 critical issues: bash path, config directory, pino-pretty, ES Module
3. Frontend Nginx deployed (v1.0, internal IP: 172.17.173.72:80)
4. CLB load balancer configured (public IP: 8.140.53.236)

New Documentation (9 docs):
- 11-Node.js backend SAE deployment config checklist (21 env vars)
- 12-Node.js backend SAE deployment operation manual
- 13-Node.js backend image fix record (config directory)
- 14-Node.js backend pino-pretty fix
- 15-Node.js backend deployment success summary
- 16-Frontend Nginx deployment success summary
- 17-Complete deployment practical manual 2025 edition (1800 lines)
- 18-Deployment documentation usage guide
- 19-Daily update quick operation manual (670 lines)

Key Fixes:
- Environment variable name correction: EXTRACTION_SERVICE_URL (not PYTHON_SERVICE_URL)
- Dockerfile fix: added COPY config ./config
- Logger configuration: conditional pino-pretty for dev only
- Health check fix: ES Module compatibility (require -> import)

Updated Files:
- System status document updated with full deployment info
- Deployment progress overview updated with latest IPs
- All 3 Docker services' Dockerfiles and configs refined

Verification:
- All health checks passed
- Tool C 7 features working correctly
- Literature screening module functional
- Response time < 1 second

BREAKING CHANGE: Node.js backend internal IP changed from 172.17.173.71 to 172.17.173.73

Closes #deployment-milestone
2025-12-25 21:24:37 +08:00
..

业务模块层

层级定位: 面向用户的产品功能
核心原则: 独立部署、独立销售、低耦合、高内聚


📋 模块清单

模块 名称 商业价值 独立性 状态 优先级
AIA AI智能问答 已完成 -
ASL AI智能文献 下一步 P0
PKB 个人知识库 已完成 -
DC 数据清洗整理 规划中 P1
SSA 智能统计分析 规划中 P2
ST 统计分析工具 规划中 P2
RVW 稿件审查系统 独立系统 P1
ADMIN 运营管理端 规划中 P1

🎯 设计原则

1. 独立部署

  • 每个模块可以单独部署
  • 支持Docker打包
  • 支持Electron单机版

2. 独立销售

  • 每个模块可以单独售卖
  • 完整的文档和部署指南
  • 独立的定价策略

3. 低耦合

  • 模块间不直接依赖
  • 通过通用能力层交互

4. 高内聚

  • 模块内功能完整
  • 业务逻辑闭环

📊 模块分类

核心差异化模块(可独立销售)

  1. ASL - AI智能文献

    • 目标客户:系统评价研究者、循证医学中心
    • 商业模式:独立售卖
  2. DC - 数据清洗整理

    • 目标客户:临床科室、数据管理员
    • 商业模式:独立售卖
  3. RVW - 稿件审查系统

    • 目标客户:期刊编辑部、出版社
    • 商业模式:按期刊订阅

协同模块(组合销售)

  1. SSA + ST - 统计分析套件
    • 协同效应强
    • 组合售卖

基础模块(平台功能)

  1. AIA + PKB - AI助手套件
    • 平台标配功能

管理模块

  1. ADMIN - 运营管理端
    • SaaS运营必备

📚 快速导航

快速上下文

  • [AI对接] 业务模块快速上下文.md - 2-3分钟了解业务模块层

核心模块(按优先级)

  1. ASL-AI智能文献 - P0下一步开发
  2. DC-数据清洗整理 - P1核心竞争力
  3. RVW-稿件审查系统 - P1独立系统
  4. ADMIN-运营管理端 - P1商业基础

已完成模块

  1. AIA-AI智能问答 - 已完成
  2. PKB-个人知识库 - 已完成

规划中模块

  1. SSA-智能统计分析 - P2
  2. ST-统计分析工具 - P2

🔗 相关文档


最后更新: 2025-11-06
维护人: 技术架构师