Skip to content

MicroCafe/menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Microservice Challenge

Index for all Micro-service Challenge

Create a micro-services starter collection based on various tools/frameworks available in market.

Embeded Web Servers

Frameworks

#2 : Migration Plan

Create a step by step plan to migrate existing monolithic application to micro-service architecture.

Break the Monolith

Break an existing monolithic application to multiple services

Unite the Services

Unite the service using API Gateway and implement inter process communication

Maintain the Scale

Add health check, monitoring and failure handling capablity

#3 : Data Sharing Strategies

Implement various strategies to share data between multiple micro-services

#4 : Transaction Management

Add transaction management feature to existing micro-services application