What are Microservices | Explained with an Example #microservices #microservicesarchitecture

preview_player
Показать описание
Well, a microservice architecture enables large teams to build scalable applications that are composed of many loosely coupled services.

Here is what a typical microservice architecture looks like. For example, consider this microservice architecture for a simple shopping cart application. It has different services like product service, inventory service, and stock service, and these are the independent and loosely coupled services in the microservices projects.

So basically Microservice following characteristics:
Each microservice can have its own database.
Each microservice should be developed independently
Each microservice should be deployed independently
Each microservice should be scaled independently

Рекомендации по теме
Комментарии
Автор

sir we need a simple project based on microservice architecture😍🥰

TravelIdea
Автор

What infrastructure/cloud you have in mind when you were referring to API gateway, registry, etc?

prasanna
Автор

Sir please make a demo project on microservice as soon as possible ❤❤❤...we are waiting sir....

pjameer.
Автор

Can u please do one project with microservices with spring boot, react, mysql database would be which will cover all concepts

content.creatorbyunknown
Автор

Sir suppose if a full stack developer works on angular & spring boot so does Microservices gives extension of development

saumyajoshi-ymos