Event Sourcing Introduction

Tadashi Shigeoka ·  Sat, August 13, 2022

I’ll introduce information that was helpful for learning about Event Sourcing.

イベントソーシング | Event Sourcing

Background: Want to Understand Event Sourcing

Since I was going to practice Event Sourcing hands-on, I compiled information that seemed helpful for understanding it.

Introduction to Event Sourcing

イベント ソーシング パターン - Azure Architecture Center | Microsoft Docs

CQRSとイベントソーシングの使用法、または「CRUDに何か問題でも?」 | POSTD

Event Sourcing with RDB

SQLでもイベントソーシングはできるという話 - Qiita

Event Sourcing Case Studies

“止まらないシステム”ではなく”回復する能力”に価値がある リアクティブシステムを実現するためのCQRSとEvent Sourcing - ログミーTech

Event Sourcing Considerations

"イベントソースシステム"はアンチパターンである

The single biggest issue I've seen in the past 10 years is the widespread adoption of the anti-pattern of building entire systems based on event sourcing. This represents a real failure in the sense that it creates event-sourced monoliths. CQRS and event sourcing are not top-level architectural patterns, but should be applied as needed to specific parts of the system.

That’s all from the Gemba, where I want to practice Event Sourcing hands-on.