HappYness-Project / Happy-EventSourcing

Event sourcing
10 stars 1 forks source link

Implement Projections for read side(Event Handler) #79

Closed hyunbin7303 closed 1 year ago

hyunbin7303 commented 1 year ago

Projections in event sourcing

Projections provide a view of the underlying event-based data model. Translating the source of write model into the real model.