Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kb:event_sourcing [2019/08/21 09:07] – created 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 7: | Line 13: | ||
| Private / Public data | Private / Public data | ||
| + | |||
| + | |||
| + | 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:// | ||