Wednesday, September 4, 2019

The Flogo project. A simple REST example

The Tibco community has developed an ultralight Open Source Framework to develop Go microservices or, as they say, "event driven applications". Actually, the community edition, includes triggers which listen the following events: prompt commands (CLI triggers), timers, load testers, channels and HTTP messages.


Figure 1. The Flogo project.
Image from https://tibcosoftware.github.io/flogo/introduction/

In this tutorial, we’ll illustrate how to use Flogo to make POST requests sending JSON content which will trigger two request (actions) to other REST services.