dsh-event-driven-architecture
其他 活跃维护

dsh-event-driven-architecture

satan9394/dsh-event-driven-architecture

轻量级事件驱动架构实现工具,原生支持CQRS模式、事件溯源与Saga分布式事务协调,参考高星agents项目架构经验沉淀,开箱即用,可快速支撑分布式系统事件化改造落地。

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

dsh-event-driven-architecture

DSH(DeepSeek Harness)技能插件:事件驱动架构。

CQRS 读写分离、事件溯源(Event Sourcing)与事件存储设计、投影(Projection)读模型、Saga 分布式事务与补偿编排。受 wshobson/agents(38k★ MIT)启发的中文原创精简版。

安装

dsh plugin add dsh-event-driven-architecture

触发方式

描述中包含"事件驱动 / CQRS / 事件溯源 / Event Sourcing / Saga / 分布式事务 / 事件存储 / 投影"等关键词时自动触发。

能力

  • CQRS 命令/查询模型分离与最佳实践
  • 事件存储设计(append-only/版本化/幂等)与技术选型
  • 投影读模型与可重放
  • Saga 编排/编排舞、补偿路径测试与卡死排查

许可

MIT