Event Store blog
Posts tagged CQRS
-
Many articles about CQRS and Event Sourcing show the most heavyweight implementation of the query side (aka read models), without...
-
Introduction There is a lot of content already available on how to model and implement event-sourced systems. There are also...
-
What’s the difference between a command and an event? The answer seems apparent, but let’s see if it's straightforward.
-
-
One of the first things that people hear when they start working with Event Sourcing is regarding the immutability of events, and...
-
CQRS stands for Command-Query Segregation Principle. Greg Young described (and named) the pattern thoroughly in 2010, but the...