← Graph

Append-Only Log

concept 1 connections

Storage pattern underlying event sourcing: events are appended at the end of a log in the order they really happened and never modified. The analogy used in the talk: in real life you can't change the past, you can only add new events.

category
architecture
about
Append-Only Log concept
Defines event sourcing as a pattern for storing data in an append-only log.

Provenance

Read by
3 extractions