Skip to content

Event Source

An EventSource defines the configurations required to consume events from external sources like AWS SNS, SQS, GCP PubSub, Webhooks, etc. It further transforms the events into the cloudevents and dispatches them over to the eventbus.

Available event-sources:

  1. AMQP
  2. AWS SNS
  3. AWS SQS
  4. Azure Events Hub
  5. Bitbucket
  6. Bitbucket Server
  7. Calendar
  8. Emitter
  9. File Based Events
  10. GCP PubSub
  11. Generic EventSource
  12. GitHub
  13. GitLab
  14. HDFS
  15. K8s Resources
  16. Kafka
  17. Minio
  18. NATS
  19. NetApp StorageGrid
  20. MQTT
  21. NSQ
  22. Pulsar
  23. Redis
  24. Slack
  25. Stripe
  26. Webhooks

Specification

The complete specification is available here.

Examples

Examples are located under examples/event-sources.

Back to top