12- Introduction to Microservices
Introduction to Microservices
Microservices are an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs.
These services are owned by small, self-contained teams.
OR
Microservices are the small services that work together.
What is the purpose of microservices?
A microservice architecture lets teams deploy independent applications without affecting other services in the architecture.
Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features.
CONCEPTS TO BE COVERED FOR MICROSERVICES IN THIS BLOG
--> Microservices Integration
Using Microservices with different technologies such as docker and SpringBoot
--> Comparing Microservices with other service oriented architecture
Talk about Microservices with API and differences of microservices with service oriented architecture
--> Microservices Design Pattern and Tools
Different design patterns allowed to create application using microservices and tools used.
Comments
Post a Comment