Source Connectors Overview

A source connector is in charge of ingesting unstructured data into Pipeline.

A source connector in VDP is defined by SourceConnectorDefinition which defines the basic properties of a source connector, of which the inner field connector_definition.spec.connection_specification defines the connector configuration JSON Schema.

Currently, VDP supports source connectors:

  • HTTP
  • gRPC
  • The list is growing ... 🌱

If you'd like to ask for a new source connector, you can create a topic in Discussions, or request it in the #vdp channel on Discord.

Last updated: 5/29/2023, 12:50:07 AM