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
Blogs and Twitter
Forums and mailing-lists
Code examples
Video
Debates and threads


Team of Pyxis