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:
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 🚀.