Skip to content

MasterCloudApps-Projects/Monolith-to-Microservices-Examples

Repository files navigation

Monolith-to-Microservices-Examples

en es

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.

Authors

👤 JuanCBM: Juan Carlos Blázquez Muñoz

👤 mahuerta: Miguel Ángel Huerta Rodríguez

All projects have a swagger configured to be able to make requests: localhost:${PORT}/swagger-ui/.


Patterns:


Documentation:

• [1] MONOLITH TO MICROSERVICES. Sam Newman. November, 2018. https://www.oreilly.com/library/view/monolith-to-microservices/9781492047834/


Additional resources

You can check: