Module projection

Module projection 

Source
Expand description

Contain support for Projection, an optimized read model of an Aggregate or of a number of Aggregates.

More information about projections can be found here: https://eventstore.com/docs/getting-started/projections/index.html

Traitsยง

Projection
A Projection is an optimized read model (or materialized view) of an Aggregate model(s), that can be assembled by left-folding its previous state and a number of ordered, consecutive events.