Introduction
Backend architecture is based on microservice architecture, specially on Api Gateway pattern. As previously mentioned, the business logic handlers of Data are micro-executors. The following chapter of the documentation deals precisely with how to create micro-executors and how to develop services containing business logic.
Micro-executors
A micro-executor is a standalone microservice whose task is to interpret or execute the business application logic written in a specific language. Micro-executor expose the business logic as fun handler called services. These are simple or complex business functions that eventually return data according to the previously defined data structure schemas, that are recognized by the entire platform.