Webinar #7 - Design and test Event-Driven projections and read models
If I had to choose the killer feature of Event Sourcing and Event-Driven design, I’d select projections.
They seem to be a simple concept.
We’re taking a set of events representing various facts (about the same object, multiple), correlating them and building interpretation.
Most of the time, we store the result as a materialised read model.
Yet, if yo…