[LRUG] Ruby Web Apps using CQRS and Event Sourcing Patterns

Panayotis Matsinopoulos panayotis at matsinopoulos.gr
Thu Apr 7 13:19:56 PDT 2016


Hi LRUG,

Do you know of any (preferably Ruby, but not only) Web application that
uses CQRS and Event Sourcing patterns for its architecture? If yes, can you
point me to such case studies?

With the above, I mean Web apps that do not direct their CUD actions
directly to an RDBMS store (or other store like key/value store, document
store, or graph store or similar), but they store them into an Event Source
implementation (using technologies like kafka or AWS Kinesis) and all the
Read actions read from other read-tuned data stores.

Are you aware of any such case studies?

Thanks in advance

-- 
Panayotis Matsinopoulos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20160407/eabb89f7/attachment.html>


More information about the Chat mailing list