3 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. Apr 2019
    1. This means your application doesn’t have to infer data connections using foreign keys or out-of-band processing, such as MapReduce
    2. A graph database is an online database management system with Create, Read, Update and Delete (CRUD) operations working on a graph data model. Graph databases are generally built for use with online transaction processing (OLTP) systems