flogo-components

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

  1. Compare utility that performs various comparisons between two numbers i.e. > < = etc
  2. A JWT tool to create and verify JWT tokens
  3. An activity that will take in a date and allow you to add/subtract a number of days/mins etc
  4. An activity that will check an ip against a Whitelist and/or Blacklist
  5. An activity that takes data from Codemasters F1 2017 game and formats it into CSV formted data (for processing in TIBCO Streambase)

Triggers

  1. A trigger that reads UDP data

See the individual components for more information about their functionality