Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
20いいね 400 views回再生

Event Driven Design Vs Event Sourcing | EDD vs ES

What is Event-Driven Design (EDD)?
A design approach where systems react to events
Example: Doorbell

What is Event Sourcing?
Event Sourcing is a powerful design pattern that allows us to track every change in our system as an immutable series of events, giving us full traceability, the ability to rebuild past states, and ensuring nothing is ever lost or overwritten. Event Sourcing stores all events as the source of truth.
Example
Bank account transactions where each deposit/withdrawal is stored as an event

コメント