Skip to content
SP StackPractices

Tag: event-store

1 resource tagged with "event-store" 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.