Skip to content

Dnagabahiru/MicroServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Microservices Architecture Diagram

                CLIENT / FRONTEND
                 (Web / Mobile)
                        |
                        v
                 -----------------
                 |   API GATEWAY |
                 | Auth • Routing|
                 | Rate Limiting |
                 -----------------
                        |
        -----------------------------------------
        |                   |                   |
        v                   v                   v

   -------------      -------------      -------------
   | USER      |      | ORDER     |      | PAYMENT   |
   | SERVICE   |      | SERVICE   |      | SERVICE   |
   | SpringBoot|      | SpringBoot|      | SpringBoot|
   -------------      -------------      -------------
        |                   |                   |
        v                   v                   v

    -----------        -----------        -----------
    | User DB |        | Order DB|        |Payment DB|
    -----------        -----------        -----------

            \             |             /
             \            |            /
              \           |           /
               v          v          v

                -----------------------
                |   MESSAGE BROKER    |
                |  Kafka / RabbitMQ   |
                -----------------------
                          |
                          v
                -----------------------
                | MONITORING & LOGGING|
                | Prometheus • Grafana|
                | ELK Stack           |
                -----------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors