Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/cali0707/knative-getting-started-blog
- Owner: Cali0707
- License: apache-2.0
- Created: 2023-07-27T18:10:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T19:09:36.000Z (8 months ago)
- Last Synced: 2024-04-18T01:59:01.837Z (7 months ago)
- Language: Go
- Size: 4.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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).