satan9394/dsh-event-driven-architecture0

dsh-event-driven-architecture

SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。

包名
dsh-event-driven-architecture
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-event-driven-architecture

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