Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 600 Bytes

microservices_martin_fowler.md

File metadata and controls

9 lines (5 loc) · 600 Bytes

Microservices - Martin Fowler

the microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms

These services are built around business capabilities and independently deployable by fully automated deployment machinery

There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies