Skip to main content

Developing Custom Connectors

Conduit connectors can be built in any programming language that supports gRPC. To make it easier to write connectors we provide a Connector SDK written in Go. Using the SDK is the recommended way of writing a Conduit connector. If you are implementing a connector in a different language you should refer to the Connector Protocol.

Conduit connector template

The easiest way to start implementing your own Conduit connector is by using the Conduit connector template. It contains the basic project structure as well as some additional utilities like GitHub actions and a Makefile.

Find out more about the template and how to use it in the readme.

scarf pixel conduit-site-docs-connectors