-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsink connector
Description
Sink Connector - APITable
What is a Vanus Connector
Vanus Connect allows you to skip the complex integration with external services by offering out-of-the-box connectors. Each connector acts as a proxy between outside services and your system, enabling users to have faster integrations with no codes. All data produced or processed by our connectors conform to the CloudEvents specification, which helps enterprises leverage event-driven architecture to do business in the age of events.
What is a Sink Connector
A sink connector receives CloudEvents and does some specific business logic. For example:
- MySQL Sink extracts useful data from CloudEvents and writes them to a MySQL database.
- Display Sink prints incoming CloudEvents out.
- Slack Sink extracts data from CloudEvents and sends them to a Slack channel.
Features of this Connector
- Transform incoming Cloud Events compatible with API Table schema
How to create a new connector
- Fork the vanus-connect repo.
- Create a
sink_google_sheets_proposal.md
based on thesink_proposal_example.md
undervanus-connect/proposals
directory. The proposal will introduce how a developer tends to implement the connector in detail. The proposal PR must be approved and merged before going to the next step. - Copy one of the sink templates (Golang template, Java template) to
vanus-connect/connectors/
and rename it assink-google-sheets.
- Implement your connector and submit a PR.
- Wait for the connector to be reviewed and approved.
How to claim to implement this connector
If you want to solve this issue, please leave a comment on this issue like:
I'd like to implement the connector, please assign it to me.
Vanus community will assign the issue to you on time.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsink connector