Strangler Fig Pattern
How do you safely break down a monolithic architecture?
An IBM mainframe server is designed as a highly coupled monolithic architecture. Application programs communicate with each other and with data repositories by exchanging memory addresses (pointers).
How is it possible to break down this monolith in a step-by-step and secure way so that the risks of the process are minimised?
How do you safely break down a monolithic architecture?
What microservices model do we need for COBOL?
How do you migrate CICS/IMS transactions to microservices?
How do you run batch processes in an open architecture?