Category
event-sourcing
2 articles in this category
Microservices Data Patterns: Saga, Transactional Outbox, CQRS, and Event Sourcing
TLDR: Microservices get risky when teams distribute writes without defining how business invariants survive network delays, retries, and partial failures. Patterns like transactional outbox, saga, CQRS, and event sourcing exist to make those rules ex...
•9 min read
Event Sourcing Pattern: Auditability, Replay, and Evolution of Domain State
TLDR: Event sourcing pays off when regulatory history and replay are first-class requirements, but demands strict event versioning and snapshot strategy. TLDR: This dedicated deep dive focuses on the internals, failure behavior, performance trade-off...
•9 min read
