ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

Aggregate: Reducer/monoid #23

Closed ryan-mars closed 3 years ago

ryan-mars commented 3 years ago

Aggregate reducer produces current state from events.

Aggregate component should take a reducer function or some kind of monoid.

Epic: Aggregate #11