Back to Developer Roadmap

Event Sourcing

src/data/roadmaps/backend/content/[email protected]

4.0587 B
Original Source

Event Sourcing

Event sourcing represents system state as a sequence of events over time. Changes are recorded as events in an event store, with current state derived by replaying events. Provides auditable history, supports undo/redo, often used with CQRS and DDD.

Visit the following resources to learn more: