Categorygithub.com/vanus-labs/cdk-go
repositorypackage
0.7.7
Repository: https://github.com/vanus-labs/cdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

cdk-go for Vance Connectors

License

The Go Connector-Development Kit (CDK) aims to help you build a new Vance connector in minutes.

In Vance, a connector is either a Source or a Sink.

A valid Vance Source generally:

  • Retrieves data from real world data producers
  • Transforms retrieved data into CloudEvents
  • Delivers transformed CloudEvents to a HTTP target

And a valid Vance Sink generally:

  • Retrieves CloudEvents via HTTP requests
  • Uses retrieved CloudEvents in specific business logics