kncloudevents

A HTTP server for listening to Knative Eventing messages


Keywords
knative, kubernetes, cloudevents, http, python
License
Apache-2.0
Install
pip install kncloudevents==0.1.0

Documentation

kncloudevents

Documentation Status

kncloudevents is a HTTP server for listening to Knative Eventing messages

Description

A lightweight package for doing the heavy lifting of setting up a cloudevents server for you! Just provide your function and it will be called on every new event with the event data.

Notes

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.