Skip to main content
Conduit Logo

Conduit is a data integration tool for software engineers. Its purpose is to help you move data from A to B. You can use Conduit to send data from Kafka to Postgres, between files and APIs, between supported connectors, and any datastore you can build a plugin for.

It's written in Go, compiles to a binary, and is designed to be easy to use and deploy.

To get started:

  1. Download the latest Conduit release.
  2. Unzip:

If you're on Mac, it will look something like this:

tar zxvf conduit_0.8.0_Darwin_x86_64.tar.gz
  1. Start Conduit:
./conduit

Tip: Depending on your operating system, you may need to run chmod +x conduit before running the binary.

  1. Navigate to http://localhost:8080 to check Conduit's UI:

Conduit Pipeline

  1. Build Pipelines 🚀.