Skip to main content
Version: 0.14

Persistence

As mentioned in the Prologue, Event Sourcing is a way to persist state. Therefore, the way to handle persistence is one of the fundamental differences of event-sourced systems, compared with state-based systems.

Read more about essential concepts of event-sourced persistence.

info

Make sure to read about events serialisation.