Flogo
Created on 2022-01-02T15:39:49-06:00
Event: Something that happens.
Trigger: Something which generates events.
Handlers: Sends a triggered event to an action.
Actions: Does something with the event.
Framework for golang built around event-based programming. Actions handle events and triggers sink events in to the system. There's then configs to string particular triggers and events to various actions.