This project is a reposotory of Flogo Add in's that I have developed during my learning of Go and Flogo http://flogo.io
There are both Activities and Triggers in the respository:
Activities
- Compare utility that performs various comparisons between two numbers i.e. > < = etc
- A JWT tool to create and verify JWT tokens
- An activity that will take in a date and allow you to add/subtract a number of days/mins etc
- An activity that will check an ip against a Whitelist and/or Blacklist
- An activity that takes data from Codemasters F1 2017 game and formats it into CSV formted data (for processing in TIBCO Streambase)
Triggers
- A trigger that reads UDP data
See the individual components for more information about their functionality