Strangler Fig Pattern | System Design | Migrate Monolithic Application to Microservices Architecture

preview_player
Показать описание
Hi, in this video we’ll talk about Strangler Fig Pattern, show a scenario how to achieve this and discuss benefits and considerations. It is the most used pattern for migrating a monolithic application into microservices architecture. A very common use case in today's software industry and an important topic for system design interviews.

Incrementally migrate a legacy system by gradually replacing specific pieces of functionality with new applications and services. As features from the legacy system are replaced, the new system eventually replaces all of the old system's features, strangling the old system and allowing you to decommission it.

*FEATURED PLAYLISTS*

#systemdesign #stranglerfigpattern Subscribe for updates on new videos! #softwaredude
Рекомендации по теме
Комментарии
Автор

You choose very good material and explain it well in all your videos. Keep it up!

moonstruckmoth
Автор

How do we migrate single common db in the monolith architecture to db for each service while following this pattern

SaiKrishnanSathiarthi
Автор

There would be CICD pipeline for same?

matthayden