ryan-mars / stochastic

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

Events: Simplify event DX #22

Closed ryan-mars closed 3 years ago

ryan-mars commented 3 years ago

Simplify the specification of Event and event shapes as well as and runtime creation of events with data. Potentially use mixin pattern or superstruct's create function.

Epic: Event #4