End to end example of CQRS implementation on top of AppEngine

半城伤御伤魂 提交于 2019-12-10 12:09:18

问题


All of the infrastructure components required to implement a CQRS based application seem to be out of the box within AppEngine.

Unfortunately, I can't find anything related to this subject.

Few possible reasons

  • It's a well kept secret beyond "Architecture Astronauts"
  • It's a worthless overkill architecture because AppEngine scales out "by design"
  • It's not mainstream yet

However, even if no complete code is available, provided anyone has hints, bits of targeted code, pros/cons regarding CQRS on top of AppEngine, I'd be greatly honored to benefit from your knowledge.

Thanks in advance.

Note 1: At least, a similar project exists in the .Net ecosystem (Lokad-CQRS which targets Windows Azure)
Note 2: Even if I'm rather python inclined, answers related to Java experience are welcome


回答1:


Hi there, this is not on AppEngine, however it is generic enough to help you get started:

  • Greg Young - Simplest Possible Thing The basic concepts
  • Mark Nijhof - Fohjin Really good sample, I found this one easier to follow first

Also, I think this dude http://www.harukizaemon.com/ was trying some CQRS with Ruby, again not Python. But this could work as a guideline if you decide to go the Python way.

BTW, the Google group DDD/CQRS is really active and might be of help.

Cheers



来源:https://stackoverflow.com/questions/3781528/end-to-end-example-of-cqrs-implementation-on-top-of-appengine

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