Back
Carlos Buenosvinos, Christian Soronellas, Keyvan Akbary: CQRS by Example (EBook, 2022, Leanpub) 4 stars

Command-Query Responsibility Segregation is an architectural style for developing applications that split the Domain Model …

Clear and concise explanation of CQRS

4 stars

A thorough and easy-to-follow explanation of the composition and tradeoffs of CQRS systems. There is one chapter about Event Sourcing which provides the theoretical and practical contrasts between the two approaches.

This is a code-heavy book and the code is written in PHP, but it's pretty clear and should be easy to translate to other languages.

Having at least a minimal understanding of Domain Driven Design would be helpful before reading this book.