HappYness-Project / Happy-EventSourcing

Event sourcing
10 stars 1 forks source link

Split Event Model for each domain #92

Closed hyunbin7303 closed 1 year ago

hyunbin7303 commented 1 year ago

For the current event model for event store, it is able to store as event model for both Todo and Person. For the performance enhancement(+storage management), we can split TodoEventModel collection and PersonEventModel Collection.

hyunbin7303 commented 1 year ago

For now just use EventModel for both Person and Todo Model. https://media.discordapp.net/attachments/955313574589366283/1075142366610083900/image.png?width=1202&height=593