
Event Sourcing and Event Driven Architecture - with Callum Linington
The Unhandled Exception Podcast
00:00
Using Events to Drive Your Architecture
If were stoing events over time, rather than just a current state, it feels like there's lots of different advantages. Each device, when you're doing an action, is just storing a time stump. And that time stump is the source of truth. Then you don't have to do any syncronization cod because your list of events is time stump. So you just sort those events by time stump, replay them, and all your dfferent devices are sinket. It actually ends up making a lot of sense to build your architecture in a event driven way - everything gets driven from events.
Transcript
Play full episode