Skip to main content

What is Conduit?

Conduit is a new open-source project, written in Go, that delivers real-time data integration for developers. It aims to provide the best user experience for building and running real-time data pipelines.

Out of the box, Conduit comes with:

  • A UI
  • Common connectors
  • Processors
  • Observability

The batteries are included 🔋

It’s simple, yet powerful​

Eliminate the multi-step process you go through today. Just download the binary and start building. Conduit pipelines run in their own goroutines and are connected using Go channels. This makes Conduit pipelines incredibly performant on multi-core machines.

It’s real-time​

Conduit pipelines listen for changes to a database, data warehouse, etc., and allows your data applications to act upon those changes in real-time.

It’s extensible​

Conduit connectors are plugins that communicate with Conduit via a gRPC interface. This means that plugins can be written in any language as long as they conform to the required interface. Check out our connector docs!

Get involved​

Here are your next steps: