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 09:27] – 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 10: | Line 16: | ||
CQRS - | CQRS - | ||
+ | |||
+ | This design basicaly event driven that put the events in store and in service level split reads and writes | ||
+ | |||
+ | |||
+ | ===== Reference ===== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// |