System Overview - Strangler fig pattern
The Strangler Fig pattern helps replace a legacy system gradually by building a new system around it. It routes user requests to either the old system or the new microservices, allowing smooth migration without downtime.
Key requirements include seamless request routing, data consistency, and minimal disruption to users during migration.