Event Sourcing MOC
Event Sourcing 一定來自於 DDD , 簡單來說:
- Start with your Domain
- Find the Bounded Context
- Find the Important Concepts
- Find the Dynamics in your Business Language
Topics
- General Understanding
- You may NOT need a read model
- Guarantee Correctness when writing
- Handle Versioning
- Create a Snapshot of the Stream
- Re-Model Domain
- Dealing with Errors
Reference
特別感謝以下所有 Link, 本 MOC 中的內容都是從其中所節錄出來, 再加上少部分自己的心得整理而成