I have been reading up on CQRS and Event Sourcing (<a href="http://martinfowler.com/bliki/CQRS.html">http://martinfowler.com/bliki/CQRS.html</a>) and I was wondering if anyone has tried to tackle this in Erlang.  It seems like it would be a good fit (even though it's geared more toward OO languages) because of Erlang's ease of handling async events and messages.  Most examples I've seen seem to be overly complicated to handle the async messages since most languages don't do it like Erlang.  Does anyone have a sample they could share to get me started or maybe point me in the right direction to build a system in Erlang using these concepts?<div>

<br></div><div>Thanks,</div><div><br></div><div>Andrew</div>