Please enable JavaScript.
Coggle requires JavaScript to display documents.
MICROSERVICE Book1 - Coggle Diagram
MICROSERVICE
Book1
Service Discovery
Dynamically assigned
The Client-Side Discovery Pattern
Netflix OSS
Service registry
The Server-Side Discovery Pattern
Intro
Scale Cube
X axis - horizontal duplication
Y axis - functional decomposition
Z axis - data partitioning
Benefits of microservice
Drawbacks of microservice
Monolitich problems
MICROSERVICE
BOOK 2
Time: +3.5h
Spring: +6h
Spring Cloud
Spring Cloud Config Server
Spring Boot
Domain-Driven Design
Choosing a Microservices Deployment Strategy
Multiple Service Instances Per Host Pattern
Service Instance per Host Pattern
Service Instance per Container Pattern
Inter-Process
Communication
Message-Based
Synchronous
Using an API Gateway
Time: +3.5h
Event-Driven Data Management for Microservices
Refactoring a Monolith into Microservices