/monolith-to-microservices

Primary LanguageGoApache License 2.0Apache-2.0

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