Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microservices (Disadvantages (Excessive emphasis on service size,…
Microservices
-
API Gateway
Advantages
-
-
Authentication, Monitoring, Load balancing, caching
-
-
-
Implementation
Performance - should support async, non-blocking IO
-
-
-
-
-
-
-
-
Difference from monolith
Disadvantages
-
-
Disallows continuous deployment: too many connected systems, manual testing, redeploy entire thing
Limits resource use : one part of application needs to use relational db - another can perform better with NoSQL
-
-