CQRS and event sourcing
CQRS is a system architecture/design pattern that separates the act of reading data (query) from taking action (command) in order to produce a system which easily scales and provides some useful benefits (such as "playable" event logs) that make the maintenance of the system less burdensome.
Articles
Forums and mailing-lists
Code examples
Video
Debates and threads
Articles
- Clarified CQRS
- CQRS : An alternative Architecture for DDD
- Set based validation in CQRS Architecture
- How is CQRS implemented using an ORM
- DDD : Command Query Separation as an Architectural Concept
- CQRS : Crack for Architecture Addicts
- CQRS : Designing Domain Events
Forums and mailing-lists
Code examples
Video
Debates and threads

