Cqrs Aggregate Modeling

Use when CQRS changes aggregate boundaries or state shape. Helps reduce oversized command aggregates by moving read concerns to read models, keeping only command-decision state in aggregates, and using events for state transitions. Trigger for large aggregates, heavy command updates, aggregates containing query-only data, or boundary redesign during CQRS adoption.

amadeus-dlc 632aa41 2 files · 2.9 KB Updated

File contents

amadeus-dlc/amadeus/tree/main/amadeus/spaces/default/knowledge/amadeus-shared/software-design/cqrs-aggregate-modeling commit 632aa41b40

Frequently asked questions

npx skillmds@latest add amadeus-dlc/cqrs-aggregate-modeling