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

Microservices Data Query Pattern and Best Practices

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

Contents


More Related Answers

  • What are the best practices to design Microservices?
  • cqrs pattern microservices
  • What is the usage of Service Aggregator Pattern in Microservices ?
  • microservices security best practices
  • APIS AND MICROSERVICES
  • microservices database management patterns and principles
  • How to choose a database for MIcroservices
  • Data per microservice
  • Microservices Data Management Patterns
  • microservices data spring boot
  • Evaluate: Microservice Architecture with GraphQL APIs
  • Microservices Data Management - Choosing Right Database
  • Microservices Data Management - Main Topics
  • How to Choose a Database for Microservices ? (Question Set) - 2
  • How to handle service communication and data sharing in a Microservices architecture?
  • Database per Microservice Pattern
  • what is the advantage of one microservice per database
  • Microservices Data Management (Databases / Query / Commands)

  • Microservices Data Query Pattern and Best Practices

    0

    The Package service stores information about all of the packages. The storage requirements for the Package are:

    Long-term storage.

    Able to handle a high volume of packages, requiring high write throughput.

    Support simple queries by package ID. No complex joins or requirements for referential integrity.

    Because the package data is not relational, a document-oriented database is appropriate, and Azure Cosmos DB can achieve high throughput by using sharded collections. The team that works on the Package service is familiar with the MEAN stack (MongoDB, Express.js, AngularJS, and Node.js), so they select the MongoDB API for Azure Cosmos DB. That lets them leverage their existing experience with MongoDB, while getting the benefits of Azure Cosmos DB, which is a managed Azure service.

    https://www.turing.com/blog/microservices-data-management-patterns/

    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.