Skip to content

cooperneil/eventutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventUtils

This project provides 3 elements for manipulating cloud events.

  1. Schema generation from Go structs
  2. Publishing of schemas to this schema registry
  3. The ability go generate functions and clients for those CloudEvents types.

An example deployment of the schema registry is provided at https://schemas.in-the-cloud.dev

Walkthrough

cmd/typegen

This binary generates Knative Eventing EventType objects and JSON-schema representations based on Go structs.

cmd/publish

Command for publishing to a schema registry (see above)

cmd/generate

Commands for generating receive functions, transform functions, and events clients from data in the schema registries.

About

Utilities for authoring CloudEvents types and generating application stubs from them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%