Skip to main content

One doc tagged with "aggregate"

View all tags

Aggregates — The Consistency Boundary and the Aggregate Root

Explains the DDD aggregate (Aggregate) using the Order aggregate as the example. It covers why the aggregate root is the sole access point, how to decide aggregate boundaries (lifecycle / consistency / transaction / references), choosing between immediate and eventual consistency, referencing across aggregates by ID, and the idea of snapshots.