I’ll introduce information that was helpful for learning about Event Sourcing.
Since I was going to practice Event Sourcing hands-on, I compiled information that seemed helpful for understanding it.
イベント ソーシング パターン - Azure Architecture Center | Microsoft Docs
CQRSとイベントソーシングの使用法、または「CRUDに何か問題でも?」 | POSTD
SQLでもイベントソーシングはできるという話 - Qiita
“止まらないシステム”ではなく”回復する能力”に価値がある リアクティブシステムを実現するためのCQRSとEvent Sourcing - ログミーTech
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.