An architectural style that structures an application as a collection of services that are highly maintainable, testable, loosely coupled, and independently deployable.
Netflix: hundreds of small services talking to each other.
class MicroservicesArchitecture:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Microservices Architecture')