CQRS-List
Architectural Pattern List
CQRS
-
2014-CQRS 架构简介: 要想高性能,需要尽量:避开网络开销(IO) ,避开海量数据,避开资源争夺。对于这3 点,我觉得很有道理。所以也想谈一下,CQRS 架构下是如何实现高性能的。 -
Building Scalable Applications Using Event Sourcing and CQRS
-
2017- 分享一个CQRS/ES 架构中基于写文件的EventStore 的设计思路: EventStore 是在Event Sourcing (下面简称ES )模式中,用于存储事件用的。从DDD 的角度来说,每个聚合根在自己的状态发生变化时都会产生一个或多个领域事件,我们需要把这些事件持久化起来。 -
2019-cqrs-hotel
: Example application about CQRS and Event Sourcing #NoFrameworks
-
2019-event-sourcing-cqrs-examples
: Event Sourcing and CQRS in practice.