Links tagged “cqrs”
2 links, newest first.
microservices.io
Pattern write-up: keep a read-only view database, synchronised by domain events, so a query can span data owned by several microservices.
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.

