Tag: CQRS
-

What is Event Sourcing, and when to use it?
What is Event Sourcing, and when to use it? In Event sourcing all data from all events that modify data are retained. Event Sourcing is a software application architecture that focuses on storing the details of every event that occurs in the business domain. After every event is stored, views are generated from events which…
-

CQRS-pattern-an-introduction
CQRS Pattern: An introduction to CQRS CQRS is often confused or conflated with other patterns and architecture due to the fact that is used with those patterns and architectures. The goal of this article is to help you understand the simplicity of CQRS and to allow you to mentally isolate it and then understand how…