🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links
advanced

Scalable System Architecture Refactor

#coding #architecture #system-design

Request a comprehensive review and refactoring plan for a monolithic codebase into microservices.

Act as a Senior Software Architect. I have a legacy monolithic application built in Java using a relational database. It is experiencing scaling issues during peak traffic. Analyze the potential pitfalls of the current state and design a migration strategy to transition the application into a microservices architecture. Your response must include: 1) A list of services to extract, 2) A data consistency and migration strategy, 3) An inter-service communication protocol recommendation (synchronous vs asynchronous), and 4) Handling of authentication and authorization across services. Do not write code, provide architectural diagrams in text format (Mermaid or ASCII) and a detailed technical rationale.