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

API-Driven Design

Vinay Rawal answered on March 23, 2023 Popularity 4/10 Helpfulness 1/10

Contents


More Related Answers

  • API Design

  • API-Driven Design

    0

    This one is my favorite Microservice design principle and it helps a lot during actually designing Microservices. As per this principle, Microservices should be designed around APIs, with each service exposing a well-defined set of APIs for communication with other services.

    For example, a Microservice could expose an API for retrieving customer information, which other microservices could use to access that information.

    This principle also goes along with the previous design principle which advocate that Microservices should not share databases. You must create APIs for other services which need access to the data and this will then drive your own Microservice design. 

    https://medium.com/javarevisited/10-microservices-design-principles-every-developer-should-know-44f2f69e960f

    Popularity 4/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Mar 23 2023
    Vinay Rawal
    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.