Domain-Driven Design - Aggregates

In Domain-Driven Design an Aggregate is a set of related entities and value objects, for example, in the ordering aggregate, the entities are the buyer, the order, and the order details.
Characteristics
- It is conceptual. (There is no specific file for the Aggregate).
- The Aggregate’s main entity is called Aggregate Root.
- To access the Aggregate’s entities from persistence we use the Repository pattern.
Categories
Automation Development tools Infrastructure Kubernetes Microsoft azure Programming guide Software architectureTags
Recent Posts
From iCloud to Azure: A Cloud Engineer’s Approach to Personal File Storage
New Credential Unlocked: Microsoft Azure Administrator (AZ-104) 🥳🎉
Enable SSH Server in the Windows Subsystem for Linux (WSL)
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl