DEV Community

Cover image for How to split a monolith using Martin Fowler's patterns
Javier Aviles
Javier Aviles

Posted on • Originally published at github.com

How to split a monolith using Martin Fowler's patterns

Top comments (1)

Collapse
 
javieraviles profile image
Javier Aviles

github.com/javieraviles/split-the-...

Repository describing a 3 stages migration from monolith to microservices based on Strangler Fig and Branch by Abstraction patterns. Adding infra along the way to implement a proxy using K8s-ingress and usage of a feature toggle.