DEV Community

Discussion on: How to split a monolith using Martin Fowler's patterns

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.