zoukankan      html  css  js  c++  java
  • CQRS:When to use CQRS

    Now that we are at the end of our journey, we can suggest some of the criteria you should evaluate to determine whether or not you should consider implementing the CQRS pattern in one or more bounded contexts in your application. The more of these questions you can answer positively, the more likely it is that applying the CQRS pattern to a given bounded context will benefit your solution:

    • Does the bounded context implement an area of business functionality that is a key differentiator in your market?
    • Is the bounded context collaborative in nature with elements that are likely to have high levels of contention at run time? In other words, do multiple users compete for access to the same resources?
    • Is the bounded context likely to experience ever-changing business rules?
    • Do you have a robust, scalable messaging and persistence infrastructure already in place?
    • Is scalability one of the challenges facing this bounded context?
    • Is the business logic in the bounded context complex?
    • Are you clear about the benefits that
  • 相关阅读:
    Python-Basis-9th
    Python-Basis-8th
    Python-Basis-7th
    Ubuntu-Basis-4th
    Ubuntu-Basis-3rd
    Ubuntu-Basis-2nd
    Ubuntu-Basis-1st
    疯狂java第五章&&第六章-面向对象
    疯狂java第四章-流程控制与数组
    疯狂java第三章-数据类型和运算符
  • 原文地址:https://www.cnblogs.com/happyframework/p/4023189.html
Copyright © 2011-2022 走看看