你的位置: 码友网首页 / 资讯源列表 / CQRS

关于[CQRS]的摘要:

CQRS is a simple pattern that strictly segregates the responsibility of handling command input into an autonomous system from the responsibility of handling side-effect-free query/read access on the same system. If you are familiar with Domain-Driven Design, you’ve most likely heard about, Command-Query Responsibility Segregation (CQRS). Though the CQRS pattern is well-known, there are still a lot of misconceptions around this pattern, especially when it comes to applying it in real-world software projects. In this article, you will learn exactly what CQRS is, the principles behind it, and the benefits it can provide for your project.

原文地址: https://codewithshadman.com/cqrs/

收录时间: 2020-03-25 浏览量: 1437 分类: 架构设计

| 1 收藏 | 0