For Developers
Subscribers
Subscribers are a primary component of Feeds. They allow you to listen to events in the Edlink platform and comsume them programatically.
They are similar to sources in the sense that they are a generic connector between a Feed and some external system. That external system could be a Google Pub/Sub topic, a webhook, AWS SQS, etc. The subscriber is responsible for taking the events from the feed and sending them to the external system. This external system can then process the events in any way it sees fit.
Create your first subscriber here!