There are 4 steps to the connector:
The Protocol and Extract stages are built directly into the connector. They offer basic access to your data through the various protocols your data sources use.
In the Extract stage, your data is structured from whatever protocol it is sourced from.
Additionally, You can apply custom pre-processing or post-processing to data, before it arrives to or while it streams from a Fluvio topic. The Filter and Shape stages are provided through SmartModules.
Powered by WebAssembly (also called wasm), SmartModules are pre-packaged or user-provided operations such as filters, maps, or aggregators that can be applied to records at various points in the streaming pipeline. Supporting access to your data while it is in transit provides you the ability to clean, transform and enrich your data before it is stored in a topic, or it exits the Fluvio cluster.
Use Connectors locally with cdk
or start a connector on InfinyOn Cloud, and let us manage the infrastruture