32
[1] Notes on "Building Microservices"
Currently reading Building Microservices: Designing Fine-Grained Systems and trying to curate notes for myself and some greater good 😉. I'm trying to approach this in a minimalistic way keeping the essence of chapters intact.
- Gather together those things that change for the same reason, and separate those things that change for different reasons.
-
Key rules
- Small enough and no smaller.
- Is it codebase too big to be managed by a small team?
- Modelling the service right
- Choosing right good, decoupled APIs
- Delta in subsequent releases
- Avoiding High Risk, Large Impact deployments
32