ARCHITECTURE PATTERNS ยท PRO CONCEPT
096
Event Sourcing
Store state as an append-only log of events instead of current values.
WHAT YOU'LL LEARN
- Where Event Sourcing fits in a system design conversation.
- How event sourcing changes the architecture under real traffic pressure.
- What to watch for when log becomes the bottleneck.