ARCHITECTURE PATTERNS ยท PRO CONCEPT
096

Event Sourcing

Store state as an append-only log of events instead of current values.

event sourcinglogreplay
  • 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.