dsh-microservices
其他 活跃维护

dsh-microservices

satan9394/dsh-microservices

覆盖微服务服务边界划分、通信治理、分布式数据管理、韧性设计、事件驱动等核心架构模式,提供可直接复用的工程化落地参考,降低微服务架构设计与落地成本。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-microservices
git clone https://github.com/satan9394/dsh-microservices.git
git clone git@github.com:satan9394/dsh-microservices.git
README.md main

dsh-microservices

微服务架构模式:服务边界(按业务能力)、通信(同步/异步选型)、
分布式数据(Saga/事件溯源/CQRS)、韧性(熔断/超时/舱壁/幂等)、事件驱动。

受 wshobson/agents(38k★ MIT)
的 backend-development/microservices-patterns 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-microservices
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-microservices
# 重启 dsh web 生效

使用

对 agent 说"拆微服务 / 服务边界怎么划",microservices 技能输出
边界方案 + 通信选型 + 韧性设计。

结构

dsh-microservices/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/microservices/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。