Sunday, June 14, 2020

What is Microservice?

Microservice is a way of building distributed software.

Here business capabilities are broken down into independently deployable services. Relatively smaller teams works on each of microservices. It talks to each other using inter process communication. Microservices let each service to choose its own data store and manage its data. These data will not be directly accessed by other microservice.

No comments: