event-sourcing-cqrs

The Redefine Team Lv5

Event Sourcing 完全可以看作一个业务操作的DAG, 一个被git 管理的业务操作历史

物化视图类似git master ,指向当前的最新状态

CQRS (Command Query Responsibility Segregation) 读写分离

Command 请求,需要修改数据,直接走Event Sourcing 更新聚合对象,然后生成物化视图

Query 请求,直接查询物化视图

  • 标题: event-sourcing-cqrs
  • 作者: The Redefine Team
  • 创建于 : 2019-01-14 11:12:06
  • 更新于 : 2023-05-23 18:52:03
  • 链接: https://redefine.ohevan.com/2019/01/14/event-sourcing-cqrs/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
目录
event-sourcing-cqrs