devxlogo

June 18, 2015

Using CQRS for Event Sourcing

The Command Query Responsibility Segregation (CQRS) pattern isolates the data querying aspects of an application from the insert, update and delete operations. There are limited use cases regarding when you