Links tagged “event-sourcing”
3 links, newest first.
martinfowler.com
Bliki entry on CQRS, the idea of splitting the conceptual model into separate models for update and for display, and when that split is worth its cost.
microservices.io
Pattern write-up: persist a business entity as its sequence of state-changing events, so updating the database and publishing a message become a single atomic act.
martinfowler.com
Pattern description of Event Sourcing, storing every change to application state as a sequence of events that can be replayed to rebuild past states.


