II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--monolith-to-microservices
specializations/code-migration-modernization/monolith-to-microservices overview
Monolith to Microservices - Comprehensive process for decomposing monolithic applications into microservices using domain-driven design principles and strangler fig pattern for incremental migration with independent deployability.
Attributes
displayName
specializations/code-migration-modernization/monolith-to-microservices
description
Monolith to Microservices - Comprehensive process for decomposing monolithic applications
into microservices using domain-driven design principles and strangler fig pattern for incremental
migration with independent deployability.
libraryPath
library/specializations/code-migration-modernization/monolith-to-microservices.js
specialization
code-migration-modernization
references
- - Building Microservices (Sam Newman): https://www.oreilly.com/library/view/building-microservices-2nd/9781492034018/
- - Monolith to Microservices (Sam Newman): https://www.oreilly.com/library/view/monolith-to-microservices/9781492047834/
- - Domain-Driven Design: https://domainlanguage.com/ddd/
- - Strangler Fig Pattern: https://martinfowler.com/bliki/StranglerFigApplication.html
example
const result = await orchestrate('specializations/code-migration-modernization/monolith-to-microservices', {
projectName: 'E-Commerce Decomposition',
monolithAccess: { repository: 'https://github.com/org/monolith', type: 'java' },
domainExperts: ['product-owner@company.com'],
targetArchitecture: { pattern: 'microservices', communication: 'event-driven' }
});
usesAgents
- ddd-analyst
- microservices-decomposition-planner
- api-modernization-architect
- strangler-pattern-implementer
- database-migration-orchestrator
- regression-detector
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic2
- topic:refactoring·TopicRefactoring
- topic:monolith-to-microservices·TopicMonolith to Microservices
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area2
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
uses_agent4
- lib-agent:code-migration-modernization--ddd-analyst·LibraryAgentddd-analyst
- lib-agent:code-migration-modernization--api-modernization-architect·LibraryAgentapi-modernization-architect
- lib-agent:code-migration-modernization--database-migration-orchestrator·LibraryAgentdatabase-migration-orchestrator
- lib-agent:code-migration-modernization--regression-detector·LibraryAgentregression-detector
Incoming edges
None.