Categories
Articles

Event Sourcing and CQRS

Event Sourcing Event sourcing is an architectural design pattern that uses an append-only store to record the actions taken on the data. Let me start with the context and the problem. Most of the applications apply the typical approach which maintains the state of the data by using CRUD operations. i.e, reads data from store, […]