Advanced
Microservices Migration Strategy
Plan the migration of a legacy monolithic application to a microservices architecture.
📝 প্রম্পট বিষয়বস্তু
Analyze the following legacy monolithic codebase structure [description]. Propose a comprehensive strategy to migrate this system to a microservices architecture. Your response must include: 1. Identification of bounded contexts, 2. A step-by-step strangler fig pattern implementation plan, 3. Handling data consistency during the transition, 4. Potential risks and mitigation strategies for network latency and distributed transactions.