Expand description
Contain support for Projection
, an optimized read model
of an Aggregate
or of a number of Aggregate
s.
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 anAggregate
model(s), that can be assembled by left-folding its previous state and a number of ordered, consecutive events.