Things to consider before adopting Event Sourcing
3 Clap Event Sourcing is a pattern in which the application stores all change to the system as an event in an event store. These series of events are then run in an order to arrive at the current application state. For optimization, store the state periodically by running through the events. This is called a snapshot. Hence, the application… Continue reading "Things to consider before adopting Event Sourcing"