[erlang-questions] CQRS, Event Sourcing and Erlang

Andrew Berman rexxe98@REDACTED
Tue Jun 19 03:13:27 CEST 2012


I have been reading up on CQRS and Event Sourcing (
http://martinfowler.com/bliki/CQRS.html) 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?

Thanks,

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120618/7554ecca/attachment.htm>


More information about the erlang-questions mailing list