0
comment
comment
on 2/13/2015 4:57 AM
Last Time I talked about how to abstract the reading part of event-sourcing into Projections. In this article I will show you how you can compose those without having to playback the events more than once. extending the example Going forward with the shipping example we already have a projection for the current location of […]