Tracking State in Event-Sourced Systems
Tracking State in Event-Sourced Systems

Tracking State in Event-Sourced Systems

Author
Shiv Bade
Tags
event sourcing
cqrs
Published
December 4, 2016
Featured
Slug
Tweet
In event sourcing, your current state is a replay away.
Key practices: - Snapshotting to reduce read time - Append-only logs and immutability - Using projections for read-side optimization
State = sum of events, not a snapshot in time.