Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.19 KB

Knative Eventing Sources

GoDoc Go Report Card

Knative Eventing Sources builds on Kubernetes and Knative to provide useful generic strategies for developing a source to deliver messaging events to an Addressable target.

The Knative Eventing Sources project provides source implementations that:

  • Run your code in a container
  • Integrate with GitHub
  • Integrate with Kubernetes Events
  • Integrate with Pub/Sub
  • Integrate with Websockets
  • Expose an ingress

For complete documentation about Knative Eventing, see the following repos:

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.