Microservices Architecture
Consists of a collection of small, autonomous services. Each service is self-contained and should implement a single business capability within a bounded context. We’ve made every effort possible to make the information accurate but technology is rapidly evolving, and there is a chance that some of the source code is slightly different than what is shown in the videos.
Modules | Labs | Videos | Details |
---|---|---|---|
Introduction | Microservices Architecture Introduction |
Access Restricted | |
Monolithic architecture | Monolithic architecture & advantages and disadvantages |
Access Restricted | |
Break an application to small services | look an application from microservices point of view and break an application to small services. |
Access Restricted | |
Scale the microservices. | Strategies to scale the microservices. |
Access Restricted | |
API GATEWAY | API GATEWAY and its necessary, advantages and disadvantages |
Access Restricted | |
Service registry | importance of service registry and its different patterns, advantages and disadvantages |
Access Restricted | |
Microservice communication | microservice communication using asynchronous and synchronous strategies. |
Access Restricted |