Middle+
What is an aggregate?
sobes.tech AI
Answer from AI
In DDD (Domain-Driven Design), an aggregate is a cluster of related objects treated as a single unit to ensure data consistency. It has a root entity through which all operations on the objects within the aggregate are performed. This guarantees that the aggregate's invariants are always maintained.