CQRS and Event Sourcing primer
TL,DR; CQRS and Event Sourcing work well when the passing of time influences the business process. In this course you will learn the do’s and don’ts of this approach to domain modeling.
Learning Outcomes
- The benefits of splitting systems based on their read/write characteristic
- How to maintain state based on events
- Automate business processes with ease using events and commands