Skip to content

Commit

Permalink
Merge pull request #1244 from duglin/cleanOSS
Browse files Browse the repository at this point in the history
Remove old OSS projects from open-source.md
  • Loading branch information
duglin authored Oct 26, 2023
2 parents a7f82aa + 6cc94ac commit 43afbf5
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions docs/open-source.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
If you have created (or know of) an open source library or product that uses
CloudEvents, please include in the list below.
CloudEvents v1.0, please include it in the list below.

- [CloudEvents.NET](https://github.com/aliencube/CloudEvents.NET): is a .NET
implementation of the CloudEvents [spec](../cloudevents/spec.md) and
[HTTP protocol binding](../cloudevents/bindings/http-protocol-binding.md). It has been released to
[nuget.org](https://www.nuget.org/packages?q=Aliencube.CloudEventsNet). It
also contains some app
[samples](https://github.com/aliencube/CloudEvents.NET/tree/master/sample)
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](https://microbean.github.io/microbean-cloudevents/):
CloudEvents represented as plain Java objects. Satellite projects add
[Jackson and CDI event integration](https://microbean.github.io/microbean-cloudevents-jackson-cdi).
- [jCloudEvents](https://github.com/project-streamzi/jcloudevents): Java POJO
implementation of the CloudEvents specification and some CDI bindings.
- [Strombrau Gateway](https://github.com/project-streamzi/event-gateway): Vert.x
based gateway routing CloudEvent metadata to internal Apache Kafka topic
- [Event Gateway](https://github.com/serverless/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](https://github.com/goextend/cloudevents-extend-api)
is a JavaScript programming model for Extend which allows handling CloudEvents.
is a JavaScript programming model for Extend which allows handling
CloudEvents.
- [CloudEvents Verify](https://github.com/btbd/CEVerify): is a tool to help
verify CloudEvents according to the proper specifications. It is currently
being hosted publicly [here](http://soaphub.org/ceverify).
Expand Down

0 comments on commit 43afbf5

Please sign in to comment.