Event Sourcing Resources [closed]

三世轮回 提交于 2019-11-29 20:19:38
quentin-starin

You should look at this implementation of an EventStore as well as these two implementations of mini-systems based on CQRS with event sourcing.

EDIT (2011-05-18): NES (.Net Event Sourcing) is yet another implementation available to reference.

It may also be worth following the Google and Yahoo groups related to CQRS & Distributed DDD.

I listen to the Distributed Podcast. They give a very good overview of CQRS and partly event sourcing.

I liked this presentation by Erik Rozendaal on lightweight event sourcing:

http://www.slideshare.net/dlrozendaal/exploring-lightweight-event-sourcing-goto-amsterdam-2011

He made a similar presentation at Scala Days 2011; the video is not available yet, but supposedly it will show up here eventually:

http://days2011.scala-lang.org/node/138/301

It seems quite practical!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!