2 Matching Annotations
  1. Sep 2022
    1. In fact, if you are familiar with applying the CQRS model, even without data reconstruction, you can achieve a certain degree of data decoupling. Even if it is used in a non-microservice architecture application, CQRS can still benefit you a lot.

      CQRS pattern, regardless of being microservices or not, can benefit you for decoupling the data (to a certain degree) from your application.

  2. Sep 2019
    1. CQRS is not an architectural pattern and should not be applied to a whole system.

      is an architectural pattern that should not be applied to a whole system