====== Event sourcing ====== Category: Event driven architecture {{:kb:event_sourcing_n_cqrs.png?400|}} Image from https://dzone.com/articles/microservices-with-cqrs-and-event-sourcing Projection OCC in streams JsonSchema 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://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing\ * https://eventstore.org/ * https://dzone.com/articles/microservices-with-cqrs-and-event-sourcing * https://microservices.io/patterns/data/event-sourcing.html