Refactoring Towards Microservices: Preparing the Ground for Service Extraction
By: Rita Peixoto , Filipe F. Correia , Thatiane Rosa and more
Potential Business Impact:
Helps move big computer programs into smaller ones.
As organizations increasingly transition from monolithic systems to microservices, they aim to achieve higher availability, automatic scaling, simplified infrastructure management, enhanced collaboration, and streamlined deployments. However, this migration process remains largely manual and labour-intensive. While existing literature offers various strategies for decomposing monoliths, these approaches primarily focus on architecture-level guidance, often overlooking the code-level challenges and dependencies that developers must address during the migration. This article introduces a catalogue of seven refactorings specifically designed to support the transition to a microservices architecture with a focus on handling dependencies. The catalogue provides developers with a systematic guide that consolidates refactorings identified in the literature and addresses the critical gap in systematizing the process at the code level. By offering a structured, step-by-step approach, this work simplifies the migration process and lays the groundwork for its potential automation, empowering developers to implement these changes efficiently and effectively.
Similar Papers
A Systematic Literature Review of Machine Learning Approaches for Migrating Monolithic Systems to Microservices
Software Engineering
Helps computers break big programs into smaller parts.
Microservices Are Dying, A New Method for Module Division Based on Universal Interfaces
Software Engineering
Lets computer programs change parts while running.
Key Considerations for Auto-Scaling: Lessons from Benchmark Microservices
Software Engineering
Helps apps automatically adjust to busy times.