Shape Shape

Event Sourcing

Event Sourcing is a pattern where state changes are stored as a sequence of events. Used in auditing, CQRS, and resilient systems.

Example:

A banking app logs all account transactions as events for auditing.

WhatsApp Icon