Strangler Fig Pattern
The strangler fig pattern helps migrate a monolithic application to a microservices architecture incrementally, by adding a facade between the old and new service.
The image below explains the process:
By adding a facade between the API and the serv...
hashnode.lucaskatayama.com1 min read