Tag: event-sourcing
1 resource tagged with "event-sourcing" on StackPractices.
Event Sourcing Pattern
Store the state of an application as a sequence of events rather than storing only the current state. An architectural pattern for audit-friendly systems.