Cqrs Implementation

当要把读写模型拆分、独立扩展查询性能或构建事件溯源系统时使用;产出命令/查询双总线、读模型投影与最终一致性同步的可执行方案;不适用于简单 CRUD、无法运维独立读写库或处处要求强一致的场景。触发词:CQRS、读写分离、命令查询职责分离、事件溯源、读模型投影、最终一致性

findscripter 79e9d54 5.9 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/cqrs-implementation commit 79e9d54f6c

Frequently asked questions

npx skillmds@latest add findscripter/cqrs-implementation