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

Microservices Cross-Service Queries

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

Contents


More Related Answers

  • Microservices Cross-Service Queries Example Use Case – Get Item with Details
  • Microservices Cross-Service Queries Chain Queries – Get Order with All Details
  • Microservice pattern - Crosscutting concern
  • Microservices Cross-Cutting Implementations

  • Microservices Cross-Service Queries

    0

    Monolithic architectures, its very easy to query different entities, Querying data across multiple tables is straightforward.

    ▪ Microservices architectures uses polyglot persistence, has different databases, need strategy to manage queries.

    ▪ What if the client requests are visit more than one internal microservices ?

    ▪ E-commerce application we have product, basket, discount, ordering microservices that needs to interact each other to perform customer use cases.

    ▪ Integrations are querying each services data for aggregation or perform logics.

    https://medium.com/@john_freeman/querying-data-across-microservices-8d7a4667668a

    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.