Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:event_sourcing [2019/08/21 11:08] – yehuda | kb:event_sourcing [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Event sourcing ====== | ====== Event sourcing ====== | ||
Category: Event driven architecture | Category: Event driven architecture | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | Image from https:// | ||
+ | |||
Projection | Projection | ||
Line 12: | Line 18: | ||
This design basicaly event driven that put the events in store and in service level split reads and writes | This design basicaly event driven that put the events in store and in service level split reads and writes | ||
+ | |||
+ | |||
+ | ===== Reference ===== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// |