M
Microservices Architecture
Definition
(Context: Software)
Microservices architecture: breaks down an application into smaller and separate parts, typically running distinctly (such as in separate run-times) from each other. Often, these smaller components are then integrated into sequences that comprise business level transactions.
Reference: