问题描述
实现基于 CQRS 的应用程序所需的所有基础结构组件似乎在 AppEngine 中都是开箱即用的.
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.
几个可能的原因
- 这是一个超越建筑宇航员"的秘密
- 这是一个毫无价值的过度架构,因为 AppEngine 是按设计"横向扩展的
- 它还不是主流
但是,即使没有完整的代码可用,只要有人有关于 AppEngine 之上的 CQRS 的提示、目标代码位、优缺点,我将非常荣幸能从您的知识中受益.
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.
提前致谢.
注 1:至少,.Net 生态系统中存在类似的项目(针对 Windows Azure 的 Lokad-CQRS)
注 2:即使我更喜欢 Python,也欢迎提供与 Java 经验相关的答案
推荐答案
您好,这不在 AppEngine 上,但它的通用性足以帮助您入门:
Hi there, this is not on AppEngine, however it is generic enough to help you get started:
- Greg Young - 最简单的事情 基本概念
- Mark Nijhof - Fohjin 非常好的示例,我首先发现这个更容易理解
- Greg Young - Simplest Possible Thing The basic concepts
- Mark Nijhof - Fohjin Really good sample, I found this one easier to follow first
另外,我认为这个家伙 http://www.harukizaemon.com/ 正在尝试一些 CQRS使用 Ruby,同样不是 Python.但是,如果您决定采用 Python 方式,这可以作为指导.
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.
顺便说一句,Google 群组 DDD/CQRS 真的很活跃可能会有所帮助.
BTW, the Google group DDD/CQRS is really active and might be of help.
干杯
这篇关于在 AppEngine 上实现 CQRS 的端到端示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!