Browse by Tags

All Tags » CQRS (RSS)

Unique Constraints in the context of CQRS with Event Sourcing by REA_ANDREW

I got thinking today about what action to take in the scenario where I want to have unique constraints on a value. To put into some context, I will use forums and the like to explain.  A Forum has threads and it is necessary that each Thread have...
Filed under: ,

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: , ,

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: , ,

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