Week 47, year 2021
- Live projections for read models with Event Sourcing and CQRS - Many articles about CQRS and Event Sourcing show the most heavyweight implementation of the query side (aka read models), without even mentioning a more lightweight alternative that can even come without the dreaded "problem" of eventual consistency. [Event Store blog]
- How to register all CQRS handlers by convention - In CQRS, it’s common to define interfaces for the handlers to enforce the unified code structure. Such an approach is used, e.g. by MediatR… [Event-Driven by Oskar Dudycz]
Permalink |
From 22 November 2021 to 28 November 2021 |
Last updated on: Wed, 24 Nov 2021 23:26:33 GMT