🎯 New Source Connector Request: Twitter #251
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
source connector
vanus connector
Source Connector Twitter
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 Source Connector
A Source connector obtains data from an underlying data producer and delivers it to the target after the original data has been transformed into a CloudEvents. For example:
MySQL Source: extracts data from the Binlog, transforms it into CloudEvents, and sends it to the target.
GitHub Source: uses a Webhook server to receive the event from GitHub, transform them to CloudEvents and send them to the target.
AWS S3 Source: Uses the AWS SDK to get the data, transforms it into CloudEvents, and sends them to the target.
There are two types of connectors push or pull connectors.
A push connector is passive and only does its logic when it receives an event, and a pull connector must pull the data in an interval. We use a push method when it’s possible.
Features of this Source Connector
Specific data needed
When someone likes the user's tweet.
When someone retweets or quote retweets
When someone Dms the user
When someone replies to the user's tweet
How to create a new connector
How to claim to implement this connector
If you want to solve this issue, please leave a comment on this issue like:
Vanus community will assign the issue to you on time.
The text was updated successfully, but these errors were encountered: