July 2010 - Posts

1
Comments

A rough mapping of a CQRS Implementation through a Sequence Diagram by REA_ANDREW

So I am currently looking at an example application implementing CQRS by Mark Nijhof .  You can find and check out the example application at github, http://github.com/MarkNijhof/Fohjin This for me is a real example of where reading code improves...
Filed under: , ,
5
Comments

CQRS and Replaying state events from a snapshot by REA_ANDREW

Still reading the blog posts from Greg Young and derived works and one of the points which I have just got my head through is the scenario where you may have 100,000 + events for a particular object. Basically, to obtain the state for said object you...
Filed under: , ,
3
Comments

Having a think about CQRS and Eventual Consistency by REA_ANDREW

I have been watching and reading a few blogs and videos recently from various sources including Udi Dahan and Greg young and other blogs which have been based on those works.  I am getting my head around CQRS and the different way of thinking which...
Filed under: , ,
More Posts