Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayh20/flogo-components
https://github.com/ayh20/flogo-components
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayh20/flogo-components
- Owner: ayh20
- Created: 2017-07-26T13:19:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T21:04:27.000Z (8 months ago)
- Last Synced: 2024-05-22T12:34:16.385Z (6 months ago)
- Language: Go
- Size: 3.49 MB
- Stars: 8
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- tci-awesome - Utility activities
README
# 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