https://github.com/conduitio/conduit-docs
https://github.com/conduitio/conduit-docs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conduitio/conduit-docs
- Owner: ConduitIO
- Created: 2022-11-22T19:26:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T22:37:05.000Z (over 3 years ago)
- Last Synced: 2025-04-04T01:41:34.585Z (about 1 year ago)
- Size: 4.56 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ConduitIO/conduit/blob/main/docs/connectors.md), and any datastore you can build a plugin for.
It's written in [Go](https://go.dev/), compiles to a binary, and is designed to be easy to use and [deploy](https://docs.conduit.io/docs/Deploy/overview).
To get started:
1. [Download the latest Conduit release](https://github.com/ConduitIO/conduit/releases/latest).
2. Unzip:
If you're on Mac, it will look something like this:
```shell
tar zxvf conduit_0.3.0_Darwin_x86_64.tar.gz
```
3\. Start Conduit:
```shell
./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.
.png)
5\. Build Pipelines 🚀.