A microservices architecture is an approach to designing applications like DAM systems where core services are implemented as separate modular components. Each microservice fulfills a a specific task and can be replaced or upgraded independently of the others.
There is a lot of commonality between microservices and SOA (Service Oriented Architecture). Typically, microservices are more fine-grained and modular than SOA where several areas of functionality could be grouped into a single service.
Applications that use a microservices architecture are usually more scalable than those employing a monolithic architecture. In theory there are also less prone to failure since if one microservice stops, it should not impact the core application nor the other microservices.
Rating: 0/5 (0 votes cast)
Version History for Microservices Architecture
Click version numbers to view differences.
Current Version (2)
Edited by Ralph Windsor on 17/06/2020 at 17:32
Version 1
Created by Ralph Windsor on 17/06/2020 at 17:32
Description
A microservices architecture is an approach to designing applications like DAM systems where core services are implemented as separate modular components. Each microservice fulfills a a specific task and can be replaced or upgraded independently of the others.
There is a lot of commonality between microservices and SOA (Service Oriented Architecture). Typically, microservices are more fine-grained and modular than SOA where several areas of functionality could be grouped into a single service.
Applications that use a microservices architecture are usually more scalable than those employing a monolithic architecture. In theory there are also less prone to failure since if one microservice stops, it should not impact the core application nor the other microservices.
Differences between version 1 and latest version v1 v2
Comments for Microservices Architecture