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

Microservices Decomposition Pattern – Decompose by Subdomain

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

Contents


More Related Answers

  • decompose by subdomain
  • Microservices Decomposition Pattern – Decompose by Business Capability

  • Microservices Decomposition Pattern – Decompose by Subdomain

    0

    Services must be cohesive. A service should implement a small set of strongly related functions.

    ▪ Services must be loosely coupled - each service as an API that encapsulates its implementation.

    ▪ "Decompose by Subdomain" pattern offer:

    ▪ Define services corresponding to Domain-Driven Design

    (DDD) subdomains.

    ▪ DDD refers to the application’s problem space, the business

    as the domain. A domain is consists of multiple subdomains.

    ▪ Each subdomain corresponds to a different part of the business.

    https://medium.com/design-microservices-architecture-with-patterns/decomposition-of-microservices-architecture-c8e8cec453e#:~:text=Microservices%20Decomposition%20Pattern%20%E2%80%94%20Decompose%20by%20Subdomain&text=DDD%20refers%20to%20the%20application's,different%20part%20of%20the%20business.

    Popularity 2/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.