Event Sourcing

less than 1 minute read

Event Sourcing is a software architectural pattern in which state changes of an application are stored as a sequence of events, rather than just storing the current state.