Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 561 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 561 Bytes

archguard-architecture-poc

  • 模型验证
    • 数据存储
      • memory 实现 Repository
      • Mysql 实现 Repository
      • MongoDB 实现 Repositoy
      • Redis 实现 Repository
    • 架构风格实现
      • 分层架构
      • DDD 六边形架构
      • 微服务架构
      • ......
    • 架构规则
      • DSL
      • 流水线集成
  • 工具集成
    • 扫描工具
    • 分析工具
    • 评估?
    • 预测?
    • 视图?
  • 服务拆分
    • 按上下文拆分?
    • module 拆分 gradle