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 service, you can migrate the requests redirecting them to the new service.
After all migration, you can then remove the monolith and the facade, completing the migration.
References
Subscribe to my newsletter
Read articles from Lucas Katayama directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Lucas Katayama
Lucas Katayama
I am a self-taught, quick learner and highly motivated Full Stack JavaScript Developer with more than 10 years of experience developing, designing and managing web and mobile applications in a startup environment, seeking to develop skills to ensure software quality and reliability. Also seeking other challenges and learn new technologies.