Final master project for the study of chapter 3, Splitting The Monolith, of the book Monolith to Microservices by Sam Newman [1].
We provide examples partitioning the monolith through the code, leaving aside, as far as possible, the decomposition of the Database, dealt with in chapter 4.
👤 JuanCBM: Juan Carlos Blázquez Muñoz
- Github: @JuanCBM
👤 mahuerta: Miguel Ángel Huerta Rodríguez
- Github: @mahuerta
All projects have a swagger configured to be able to make requests:
localhost:${PORT}/swagger-ui/
.
- 1. Strangler Fig
- 2. Branch by Abstraction
- 3. Parallel Run
- 4. Decorating Collaborator
- 5. Change Data Capture
• [1] MONOLITH TO MICROSERVICES. Sam Newman. November, 2018. https://www.oreilly.com/library/view/monolith-to-microservices/9781492047834/
You can check: