Architecture

Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are:

  • Independently deployable

  • Loosely coupled

  • Organised around business capabilities

  • Owned by a small team

  • Highly maintainable and testable

Technology Stack

Last updated

Was this helpful?