Skip to content

Commit

Permalink
doc: include more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Apr 2, 2024
1 parent df6158b commit 7421201
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/pipeline-configuration-files/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ provisioned by Conduit at startup. It's as simple as creating a YAML file that
defines pipelines, connectors, processors, and their corresponding
configurations.

## Example pipeline (file to file)
## Example pipeline

:::tip

In our [Conduit repository](https://github.com/ConduitIO/conduit), you can find [more examples](https://github.com/ConduitIO/conduit/tree/main/examples/pipelines), but to ilustrate a simple use case we'll show a pipeline using a file as a Source, and another file as a Destination.

:::

Create a folder called `pipelines` at the same level as your Conduit binary.
Inside of that folder create a file named `file-to-file.yml`.
Expand Down

0 comments on commit 7421201

Please sign in to comment.