Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Polyglot Persistence Principle in Microservices-2

Pragya Keshap answered on February 3, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • polyglot persistence microservices
  • Polyglot persistence
  • Decomposition of Microservices based on 2 categories namely

  • Polyglot Persistence Principle in Microservices-2

    0

    ▪ In monolithic applications can’t be duplicate and not be any data consistency problems, strict database transaction management.

    ▪ Microservices architecture, we have to welcome duplicate datas and eventual consistency.

    ▪ How we can welcome duplication and un-consistent data ?

    ▪ Accept eventual consistency data in microservices where it is possible.

    ▪ Define our consistency requirements before design the system.

    ▪ If need to strong consistency and ACID transactions, we should follow traditional approaches.

    ▪ Use event driven architecture: microservices publish an event when any changes happened on data model.

    ▪ Subscriber microservices consume and process event afterwards in eventual consistency model.

    ▪ Polyglot Persistence gives us scale independently and avoid sigle-point-of-failure of bottleneck databases.

    https://www.linkedin.com/pulse/microservices-polyglot-flexsin/?trk=organization-update-content_share-article

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 03 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.