-
Notifications
You must be signed in to change notification settings - Fork 0
Microservices
David Ayers edited this page Sep 23, 2020
·
1 revision
Thoughts on microservice design.
-
IDEALS - Replace SOLID with IDEALS:
- Interface segregation
- Deployability (is on you)
- Event-driven
- Availability over consistency
- Loose coupling
- Single responsibility
Technology
Management