Aggregate Pattern – API Architecture for general purpose
The Aggregate pattern in the scope of Domain-Driven Design is a cluster of domain-specific objects that can be treated as a single Unit of Work. For example, a transactional account with its transactions. The transactions are separate objects from the account however it will be… Read More »Aggregate Pattern – API Architecture for general purpose