Official Content
  • This documentation is valid for:

According to Wikipedia: Microservices are a software development technique—a variant of the service-oriented architecture (SOA) architectural style that structures an application as a collection of loosely coupled services. In a microservices architecture, services are fine-grained and the protocols are lightweight. The benefit of decomposing an application into different smaller services is that it improves modularity. This makes the application easier to understand, develop, test, and become more resilient to architecture erosion. It parallelizes development by enabling small autonomous teams to develop, deploy and scale their respective services independently. It also allows the architecture of an individual service to emerge through continuous refactoring. Microservices-based architectures enable continuous delivery and deployment.

A great starting point for understanding Microservices is Martin Fowler's explanation of it: https://martinfowler.com/articles/microservices.html

See Also

Implementing Microservices systems with GeneXus

Last update: April 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant