Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.84 KB

File metadata and controls

36 lines (27 loc) · 1.84 KB

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