End to end example of CQRS implementation on top o

2019-06-10 23:26发布

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条回答
三岁会撩人
2楼-- · 2019-06-10 23:53

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

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

查看更多
登录 后发表回答