Patterns for Command Query Responsibility Segregation (CQRS) Read Models
In this article I review the concepts of Command Query Responsibility Segregation (CQRS) emphasizing the value and flexibility that this software architecture provides through indpendentent optimization of writing and reading data access patterns.