How to create a microservice flow
From version Defender (1.5X) it has been enabled the microservice dataflow feature. It uses the existant technology from Datacollector and can be Utilizan la tecnología existente de Datacollector y puede visitarse aquí: Datacollector microservice pipeline
What is a microservice?
A microservice is a lightweight component that implements a relatively small component of a larger system – for example, providing access to user data. A microservice architecture comprises a set of independent microservices, often implemented as RESTful web services communicating via JSON over HTTP, that together implement a system's functionality, rather than a single monolithic application.
How can I create one in the platform?
In the Development section, Dataflows, browsing the left panel menu.
Click on New Dataflow
A modal will appear with a selector to choose the pipeline type. In this particular case, Microservice, and click ok.
The window will reload with the new microservice pipeline. Depending on the http method used, the record will be guided to the correct stage. An example using the platform stages.
For more information and an example please click on the next link. CRUD Microservice example