README.md ❤️

This commit is contained in:
theUniC
2022-04-10 17:53:59 +02:00
parent 9e49ad99e3
commit 04e81d613b

View File

@@ -53,6 +53,8 @@
Command-Query Responsibility Segregation is an architectural style for developing applications that split the Domain Model in Read and Write operations in order to maximize semantics, performance, and scalability. What are all the benefits of CQRS? What are the drawbacks? In which cases does it worth applying it? How does it relate to Hexagonal Architecture? How do we properly implement the Write Model and Read Models? How do we keep in sync both sides? What are the following steps to move towards Event Sourcing? This book will answer all these questions and many more, guided through lots of practical examples. Brought to you by the same authors behind "Domain-Driven Design in PHP".
Do you want to know more? Do you want to grasp further details about **CQRS**?
🌟 [Go checkout the book](https://leanpub.com/cqrs-by-example/) 🌟
## Code Structure