Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.06 KB

Getting Started

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.3.0_Darwin_x86_64.tar.gz

3. Start Conduit:

./conduit

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

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

5. Build Pipelines 🚀.