Strangler Fig Pattern
The Strangler Fig pattern is a software migration strategy, named after the strangler fig plant that gradually envelops and replaces a host tree, in which a legacy system is incrementally replaced by routing individual pieces of functionality to a new system over time, until the old system can eventually be…
5 resources across 2 libraries
Glossary Terms(4)
Bulkhead Pattern
The Bulkhead pattern is a resilience design pattern, named after the watertight compartments in a ship's hull, that isolates elements of an application into se…
Retry Pattern
The Retry pattern is a resilience design pattern in which an operation that fails due to a transient fault is automatically re-attempted, typically with a dela…
Strangler Fig Pattern
The Strangler Fig pattern is a software migration strategy, named after the strangler fig plant that gradually envelops and replaces a host tree, in which a le…
Anti-Corruption Layer
An Anti-Corruption Layer (ACL) is an architectural pattern, originating from Domain-Driven Design, that introduces a translation layer between two systems or b…