Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 728 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 728 Bytes

monolith-to-microservices

Overview

This project demonstrates how to transform a monolith application into microservices using ServiceComb frameworks.

Monolith App Architecture

There are different modules in this App such as frontend, payment, catalogue.

Microservices Architecture

There are different microservices written in different programming languages.

  1. FrontEnd Service - PHP
  2. Payment Service - Java
  3. Catalogue Service - Go