🏠 ホーム
ベンチマーク
📊 すべてのベンチマーク 🦖 恐竜 v1 🦖 恐竜 v2 ✅ To-Doリストアプリ 🎨 クリエイティブフリーページ 🎯 FSACB - アルティメットショーケース 🌍 翻訳ベンチマーク
モデル
🏆 トップ10モデル 🆓 無料モデル 📋 すべてのモデル ⚙️ 🛠️ Kilo Code モード
リソース
💬 💬 プロンプトライブラリ 📖 📖 AI用語集 🔗 🔗 有用なリンク
advanced

Monolith to Microservices Decomposition Strategy

#software-architecture #refactoring #microservices #legacy-code

Develop a comprehensive architectural plan to break down a monolithic legacy application into microservices.

Act as a Senior Solutions Architect. You are tasked with refactoring a 10-year-old monolithic e-commerce platform written in Java into a scalable microservices architecture. The monolith handles user management, inventory, order processing, and payments. Identify the boundaries for domain-driven design (DDD) contexts, propose a database migration strategy to ensure data consistency during the transition, and define the inter-service communication protocols. Additionally, discuss how to handle authentication and authorization across the new distributed system.