Data & Databases

Event Sourcing

Event sourcing stores an authoritative sequence of domain events and derives current state by applying them. The events are the system of record, not merely an extra log beside mutable records. A projection is a view built from those events; it can be rebuilt using the same interpretation rules.

Reviewed

Sources

Member lesson

The definition and sources are public. The complete practical lesson is for members.

Compare membership plans ยท Already a member? Sign in

Explore all dictionary definitions