Event Sourcing in Practice: What I Learned Building Financial Event Pipelines
Event sourcing is powerful but expensive to get wrong. Here's what actually works, with Go code, drawn from building event pipelines at the fintech startup.
Event Sourcing coverage in this archive spans 3 posts from Apr 2017 to Oct 2021 and centers on data correctness and operability under real production constraints. The strongest adjacent threads are architecture, cqrs, and golang. Recurring title motifs include event, sourcing, practice, and learned.
Event sourcing is powerful but expensive to get wrong. Here's what actually works, with Go code, drawn from building event pipelines at the fintech startup.
Lessons from building event-sourced systems at the fintech startup -- the patterns that held up, the modeling mistakes that bit us, and the operational realities nobody warns you about.
Lessons from building event-driven systems at the fintech startup and Dropbyke -- what worked, what broke, and why I'd do it again.