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

E-Commerce with Database-per-Service Pattern and Polygot Persistence

Anjali Sharma answered on February 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • E-commerce DB schema design
  • the database-per-service pattern
  • Benefits of the Database-per-Service Pattern with Polygot Persistence
  • Breaking Down our E-Commerce application with Microservices Decomposition Patterns
  • Polyglot Persistence, Database-per-Service Pattern, Shared Database Anti-pattern
  • The Database-per-Service Pattern
  • Analysis E-Commerce Domain — Use Cases
  • Design the Architecture — E-Commerce App — SOA

  • E-Commerce with Database-per-Service Pattern and Polygot Persistence

    0

    Product service using NoSQL document

    database for storing catalog related data.

    ▪ Shopping cart service using a distributed

    cache that supports its simple, key-value

    data store.

    ▪ Ordering service using a relational

    database to handle the rich relational

    structure.

    ▪ NoSQL databases able to massive scale

    and high availability, and also schemaless

    structure give flexibility.

    https://medium.com/design-microservices-architecture-with-patterns/the-database-per-service-pattern-9d511b882425

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    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.