Microservices: Difference between revisions
From Devguid
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* Should be able to deploy on it's own | * Should be able to deploy on it's own | ||
* Public interface should be defined clearly | * Public interface should be defined clearly | ||
* Perform well | |||
* Resilience to error | |||
* Secure | |||
[[Category:Architecture]] [[Category:Designpatterns]] | [[Category:Architecture]] [[Category:Designpatterns]] |
Revision as of 12:17, 25 April 2023
About
- Single responsibility principle
- Do one thing and do it well
- Should be able to deploy on it's own
- Public interface should be defined clearly
- Perform well
- Resilience to error
- Secure