Cqrs Pattern

Separates command (write) model from query (read) model using mediator pipelines, outbox pattern for reliable event publishing, and idempotent command handlers for systems with asymmetric read/write workloads.

paulpas 1e26bb0 24.4 KB Updated

File contents

paulpas/agent-skill-router/tree/main/skills/coding/cqrs-pattern commit 1e26bb0dfa

Frequently asked questions

npx skillmds@latest add paulpas/cqrs-pattern