Skip to content

Latest commit

 

History

History
42 lines (41 loc) · 2.83 KB

open-source.md

File metadata and controls

42 lines (41 loc) · 2.83 KB

If you have created (or know of) an open source library or product that uses CloudEvents, please include in the list below.

  • CloudEvents.NET: is a .NET implementation of the CloudEvents spec and HTTP protocol binding. It has been released to nuget.org. It also contains some app samples of 1) console app to Web API, and 2) Web API to Azure Event Grid, which demonstrates how CloudEvent messages are generated and sent to Web API and Azure Event Grid over HTTP.
  • microBean CloudEvents: CloudEvents represented as plain Java objects. Satellite projects add Jackson and CDI event integration.
  • jCloudEvents: Java POJO implementation of the CloudEvents specification and some CDI bindings.
  • Strombrau Gateway: Vert.x based gateway routing CloudEvent metadata to internal Apache Kafka topic
  • Event Gateway: It's dataflow for event-driven, serverless architectures. The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience.
  • CloudEvents Extend API is a JavaScript programming model for Extend which allows handling CloudEvents.
  • CloudEvents Verify: is a tool to help verify CloudEvents according to the proper specifications. It is currently being hosted publicly here.
  • Gloo: is a function gateway built on top of Envoy Proxy by Solo.io that supports CloudEvents.
  • cloudevents-python: A CloudEvents library for python.
  • Argo-Events: An event-based dependency manager for Kubernetes which uses sensors to act on CloudEvents.
  • cloudevent.js: A CloudEvents library for Node.js.
  • CloudEvents JSON Schema: Visual Studio Code extension for CloudEvents format.
  • Knative Eventing implements CloudEvents based sources and event delivery abstractions build on top of Kubernetes.
  • VMware Event Broker Appliance enables event driven workflows from vCenter Server Events.