II.
LibraryProcess overview
Reference · livelib-process:software-architecture--microservices-decomposition
microservices-decomposition overview
Microservices Decomposition Strategy - Analyze monolithic applications and design optimal microservices architecture using domain-driven design, bounded contexts, service boundaries, API contracts, data decomposition strategies, and migration roadmap
Attributes
displayName
microservices-decomposition
description
Microservices Decomposition Strategy - Analyze monolithic applications and design optimal microservices architecture
using domain-driven design, bounded contexts, service boundaries, API contracts, data decomposition strategies, and migration roadmap
libraryPath
library/specializations/software-architecture/microservices-decomposition.js
specialization
software-architecture
references
- - Building Microservices by Sam Newman: https://www.oreilly.com/library/view/building-microservices-2nd/9781492034018/ - Domain-Driven Design by Eric Evans: https://www.domainlanguage.com/ddd/ - Monolith to Microservices by Sam Newman: https://www.oreilly.com/library/view/monolith-to-microservices/9781492047834/ - Microservices Patterns by Chris Richardson: https://microservices.io/patterns/ - The Art of Scalability by Martin Abbott: https://theartofscalability.com/
example
const result = await orchestrate('specializations/software-architecture/microservices-decomposition', {
projectName: 'E-Commerce Platform',
currentArchitecture: { type: 'monolith', technology: 'Java Spring', linesOfCode: 500000 },
businessDomain: { industry: 'retail', capabilities: ['inventory', 'orders', 'payments', 'shipping'] },
constraints: { budget: '$200K', timeline: '6 months', teamSize: 8 }
});
usesAgents
- c4-diagram-generator
- dependency-graph-generator
- mermaid-renderer
- openapi-generator
- microservices-architect
- devops-architect
- sre-reliability-engineer
- security-architect
- technical-writer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:software-architecture·Specialization
lib_covers_topic2
- topic:microservices·TopicMicroservices
- topic:domain-driven-design·TopicDomain-Driven Design
lib_implements_workflow1
- workflow:architecture-decision-record·WorkflowArchitecture Decision Record
lib_involves_role2
- role:architect·RoleArchitect
- role:principal-engineer·RolePrincipal Engineer
lib_requires_skill_area2
- skill-area:backend-api-design·SkillAreaBackend API Design
- skill-area:messaging-queuing·SkillAreaMessaging and Queuing
uses_agent5
- lib-agent:software-architecture--microservices-architect·LibraryAgentmicroservices-architect
- lib-agent:software-architecture--devops-architect·LibraryAgentdevops-architect
- lib-agent:software-architecture--sre-reliability-engineer·LibraryAgentsre-reliability-engineer
- lib-agent:software-architecture--security-architect·LibraryAgentsecurity-architect
- lib-agent:software-architecture--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.