Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cali0707/knative-getting-started-blog

A repository containing all of the code referenced in the Knative Getting Started Blog Series!
https://github.com/cali0707/knative-getting-started-blog

Last synced: about 1 month ago
JSON representation

A repository containing all of the code referenced in the Knative Getting Started Blog Series!

Awesome Lists containing this project

README

        

# Knative Eventing Sample Source

[![GoDoc](https://godoc.org/knative.dev/sample-source?status.svg)](https://godoc.org/knative.dev/sample-source)
[![Go Report Card](https://goreportcard.com/badge/knative/sample-source)](https://goreportcard.com/report/knative/sample-source)

Knative Eventing `sample-source` defines a simple source that transforms events
from an HTTP server into CloudEvents and demonstrates the canonical style in
which Knative Eventing writes sources.

To learn more about Knative, please visit our
[Knative docs](https://github.com/knative/docs) repository.

If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)
and [DEVELOPMENT.md](./DEVELOPMENT.md).