Chisato · · 4 min read Event Sourcing Explained: Store Changes, Not State
Event sourcing stores every state change as an immutable event instead of overwriting current state. How it works, and when CQRS pairs with it.
#Backend
#Distributed Systems
#Software Architecture