[CQRS Journey] Journey 4 : Extending and Enhancing the Orders and Registrations Bounded Context

Changes to the bounded context

Working definitions for this chapter

User stories

Architecture

Patterns and concepts

Record locators

The system needs to be able to retrieve order information quickly based on the registrant’s email address and access code

Querying the read side

To minimize the work that the queries on the read side must perform, these SQL views provide a denormalized version of the data

Storing denormalized views in a database

implementing the ViewRepository class

CQRS command validation