Skip to content

Event Sourcing Flow

Ironflow provides native event sourcing with entity streams, optimistic concurrency, schema evolution via upcasters, and projections that build read models. The write path appends events to a per-entity stream with version checking. The read path replays events through optional upcasters into projections that materialize state.

Event Sourcing Flow