Skip to content

Latest commit

 

History

History
47 lines (46 loc) · 3 KB

open-source.md

File metadata and controls

47 lines (46 loc) · 3 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 Cloud Events.
  • 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.
  • Dispatch: is a function framework / gateway by VMWare that support CloudEvents.
  • cloudevents-python: A CloudEvents library for python.
  • CloudEvents.live: A real-time debugger/request bin for the CloudEvents webhook format. Submit events to the bin and immediately see them in the web UI (Sources: Backend Frontend)
  • 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.