This is home to primary selected plug-ins for Ogi which might be of higher relevance, so there is a single place to find them.
For people unware of Ogi, it's a simple pluggable task pipeline creator in format of old-school ETL but with easy & better combination possibilities among its three steps of
Consumer
,Transformer
, andProducer
. Each can load any plug-in giving many possibilities along-with mixing in custom private plug-ins as well.
-
File: reads a file line-by-line and uses each line as one entity
-
HTTP Service: simply passes request body to transformer, supports basic-auth
-
TCP Check: checks if one/more TCP Connects are working or not, calls transformer on fail
- Yahoo! Finance! Get Ticker Data: fetchs YFin ticker data for prodivided Symbol and passthrough to Producer
-
File: appends provided data as string to a file
-
HTTP Request: make an HTTP Request based on provided data
-
Slack Notifier: to send Slack Channel Notifications
-
Yahoo! Finance! Is It 52Week Low?: checks if YFin chart data last closed at 52 week low