NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Webhooks API for scoobi #359

Open sreejaThummala opened 9 years ago

sreejaThummala commented 9 years ago

Scoobi has no mechanism for notifying users on various steps of workflow. I believe having a notification mechanism greatly increases monitoring ability granting greater control.

A Webhooks API is a system of automated notifications sent to your server based on certain triggers so you always have the most accurate info about your customers. Every notification is a POST request sent to a URL of your choice. Having such a mechanism would also help us to create better visualizations of workflow.