1.4 Microservice Architecture

Retailys supports the microservice paradigm, where:

  • The Core is a single program composed of the Gateway plus the semi-application called “Apps” which share one database.

  • Third party applications can be developed as microservices or monoliths—it’s the author’s choice.

  • Communication between applications happens through the public API (API Gateway).

Last updated