書名: Microservices Development Cookbook作者名: Paul Osman本章字數: 50字更新時間: 2021-07-16 17:48:24
Breaking the Monolith
In this chapter, we will cover the following recipes:
- Organizing your team to embrace microservices
- Decomposing by business capability
- Identifying bounded contexts
- Migrating data in production
- Refactoring your monolith
- Evolving your monolith into services
- Evolving your test suite
- Using Docker for local development
- Routing requests to services