Skip to content

Commit

Permalink
add scarf pixels for each section (#87)
Browse files Browse the repository at this point in the history
* add scarf pixels for each section

* add a pixel to the generated processors pages

* fix homepage pixel

* move all pixels to the bottom of the page

* delete redundant pixels

* align pixel

* better pixel placement for connector list

* add pixel names to the pixel description
  • Loading branch information
maha-hajja committed May 9, 2024
1 parent 6e1c7ae commit 8145461
Show file tree
Hide file tree
Showing 60 changed files with 182 additions and 28 deletions.
2 changes: 2 additions & 0 deletions docs/connectors/behavior.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ The protocol interface is hosted on the
[Buf schema registry](https://buf.build/conduitio/conduit-connector-protocol/docs/main:connector.v1).
Use it as a starting point when implementing a connector in a language other
than Go.

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Further information on developing a Source or Destination connector can be found

- [Developing a Source Connector](/docs/connectors/building-connectors/developing-source-connectors.mdx)
- [Developing a Destination Connector](/docs/connectors/building-connectors/developing-destination-connectors.mdx)

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/building-connectors/conduit-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ It contains the basic project structure as well as some additional utilities
like GitHub actions and a Makefile.

Find out more about the template and how to use it in the readme.

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ func Specification() sdk.Specification {
}
}
```

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ This file provides the main functionality of your Destination Connector.
return nil
}
```

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ This file provides the main functionality of your Source Connector.
return nil
}
```

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ pipelines:
# use ./new_destination as the directory input to the file-sync connector; the connnector will write files from the pipeline to this directory
directory: ./new_destination
```
![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/connector-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ Edge cases explained:
- If a connector is updated and deleted without being started in between, the
On Deleted event will receive the configuration that was active the last time
the connector successfully started.

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 1 addition & 1 deletion docs/connectors/connector-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commenting, or leaving a `+1` on our [source](https://github.com/ConduitIO/condu
and [destination](https://github.com/ConduitIO/conduit/issues?q=is%3Aissue+label%3Aconnector%3Adestination+is%3Aopen)
connector lists.


![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
Don't have time to wait? You can get started [building your own](/docs/connectors/building) in no time.

### Built-in vs Standalone
Expand Down
2 changes: 2 additions & 0 deletions docs/connectors/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ added to Conduit as plugins (find the complete
list [here](/docs/connectors/connector-list)).

Have a look at how to [install a connector](/docs/connectors/installing) next!

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Names of the connector binaries are not important, since Conduit is getting the
information about connectors from connectors themselves (using their gRPC API).

Find out how to [reference your connector](/docs/connectors/referencing).

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/kafka-connect-connector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ pipelines:
Note that the `wrapper.connector.class` should be a class which is present on the classpath, i.e. in one of the JARs in
the `libs` directory.
For more information, check the [Wrapper Configuration](https://github.com/ConduitIO/conduit-kafka-connect-wrapper#configuration) section.

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/output-formats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ employee ID 636561854
employee ID 1848322815
employee ID 123675258
```

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/connectors/referencing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ configuration file, is using the following format:
- `standalone:postgres@v0.3.0`
- will use the **standalone** **postgres** plugin with version **v0.3.0** (no
fallback to builtin)

![scarf pixel conduit-site-docs-connectors](https://static.scarf.sh/a.png?x-pxid=2fa824d7-fd94-4cf9-a5c8-ea63c9860213)
2 changes: 2 additions & 0 deletions docs/features/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ or run Conduit and navigate to
[`http://localhost:8080/openapi`](http://localhost:8080/openapi) to open
a [Swagger UI](https://github.com/swagger-api/swagger-ui) which makes it easy to
try it out.

![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
2 changes: 2 additions & 0 deletions docs/features/dead-letter-queue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ pipelines:
Please check
the [pipeline config file documentation](/docs/pipeline-configuration-files/getting-started)
for more information about configuring a pipeline.
![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
2 changes: 2 additions & 0 deletions docs/features/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ locally, you can fetch metrics by navigating to
* **HTTP API metrics**: We
use [promhttp](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus/promhttp),
Prometheus' official package for instrumentation of HTTP servers.

![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
1 change: 1 addition & 0 deletions docs/features/opencdc-record.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,4 @@ by a `file` plugin.
// other record fields
}
```
![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
4 changes: 3 additions & 1 deletion docs/features/pipeline-semantics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,6 @@ message and received an error because no DLQ is configured, or the connector plu
that case, the context that is shared by all nodes will get canceled, signaling to all nodes simultaneously that they
should stop running as soon as possible. Messages that are in the pipeline won't be drained, instead, they are dropped
and will be requested from the source again once the pipeline is restarted. The error returned from the first node
that failed will be stored in the pipeline and can be retrieved through the API.
that failed will be stored in the pipeline and can be retrieved through the API.

![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
2 changes: 2 additions & 0 deletions docs/features/record-routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,5 @@ pipelines:
# Filter out records where the metadata field "department" is NOT set to "legal".
condition: `{{ eq .Metadata.department "legal" | not }}`
```
![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
1 change: 1 addition & 0 deletions docs/features/stream-inspector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ which may represent record positions, keys or payloads:
wscat -c ws://localhost:8080/v1/connectors/pipeline1:destination1/inspect | jq '.result.key.rawData |= @base64d'
```

![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
4 changes: 3 additions & 1 deletion docs/features/web-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Conduit comes with a web UI that allows you to build a data pipeline using a
point-and-click interface. It ships with Conduit by default and is accessible at
[`http://localhost:8080/ui`](http://localhost:8080/ui) on a local instance.

![UI animation](/img/ui-animation.gif)
![UI animation](/img/ui-animation.gif)

![scarf pixel conduit-site-docs-features](https://static.scarf.sh/a.png?x-pxid=8c8ff6d5-2756-41a3-b4ca-3ca2be381842)
2 changes: 2 additions & 0 deletions docs/introduction/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ Conduit is split into the following layers:
* **Persistence** - this layer is used directly by the orchestration layer and indirectly by the core layer (through
stores) to persist data. It provides the functionality of creating transactions and storing, retrieving and deleting
arbitrary data like configurations or state.

![scarf pixel conduit-site-docs-introduction](https://static.scarf.sh/a.png?x-pxid=01346572-0d57-4df3-8399-1425db913a0a)
2 changes: 2 additions & 0 deletions docs/introduction/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,5 @@ Now that you've got the basics of running Conduit and creating a pipeline covere
- [Pipelines](/docs/pipeline-configuration-files/getting-started)
- [Processors](/docs/processors/getting-started)
- [Conduit Architecture](/docs/introduction/architecture)

![scarf pixel conduit-site-docs-introduction](https://static.scarf.sh/a.png?x-pxid=01346572-0d57-4df3-8399-1425db913a0a)
2 changes: 2 additions & 0 deletions docs/introduction/vocabulary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ sidebar_position: 3
3rd party system from which records are read from or to which records they are
written to. Examples are: topics (in Kafka), tables (in a database), indexes (
in a search engine), collections (in NoSQL databases), etc.

![scarf pixel conduit-site-docs-introduction](https://static.scarf.sh/a.png?x-pxid=01346572-0d57-4df3-8399-1425db913a0a)
2 changes: 2 additions & 0 deletions docs/introduction/what-is-conduit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ Here are your next steps:
- [Request features/ ask questions about Conduit in GitHub Discussions](https://github.com/ConduitIO/conduit/discussions)
- [Send bug reports to GitHub Issues](https://github.com/ConduitIO/conduit/issues)
- [Show us love on Twitter](https://twitter.com/ConduitIO)

![scarf pixel conduit-site-docs-introduction](https://static.scarf.sh/a.png?x-pxid=01346572-0d57-4df3-8399-1425db913a0a)
2 changes: 2 additions & 0 deletions docs/pipeline-configuration-files/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ $ echo "hello conduit" >> example.in
$ cat example.out
hello conduit
```

![scarf pixel conduit-site-docs-pipeline-config-files](https://static.scarf.sh/a.png?x-pxid=884d8c49-6ae7-41de-8868-17a3e99f28a0)
2 changes: 2 additions & 0 deletions docs/pipeline-configuration-files/provisioning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ beginning if they are updated:
Pipelines provisioned by configuration files can be deleted by removing them
from the configuration file or deleting the file entirely. Next time Conduit
starts it will delete the pipeline.

![scarf pixel conduit-site-docs-pipeline-config-files](https://static.scarf.sh/a.png?x-pxid=884d8c49-6ae7-41de-8868-17a3e99f28a0)
2 changes: 2 additions & 0 deletions docs/pipeline-configuration-files/specifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,5 @@ the record will be passed to the processor, `false` means it will continue down
- **Default**: `1`
- **Description**: Defines the number of workers that should execute this
processor in parallel. The number needs to be larger than 0.

![scarf pixel conduit-site-docs-pipeline-config-files](https://static.scarf.sh/a.png?x-pxid=884d8c49-6ae7-41de-8868-17a3e99f28a0)
3 changes: 3 additions & 0 deletions docs/processors/builtin/avro.decode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/avro.encode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/base64.decode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/base64.encode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/custom.javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,6 @@ function process(rec) {
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/field.convert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/field.exclude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/field.rename.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/field.set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/filter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
4 changes: 3 additions & 1 deletion docs/processors/builtin/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ title: 'Builtin Processors'
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
```

![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/json.decode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/json.encode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/unwrap.debezium.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/unwrap.kafkaconnect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/unwrap.opencdc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
3 changes: 3 additions & 0 deletions docs/processors/builtin/webhook.http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,6 @@ pipelines:
</Box>
```



![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
2 changes: 2 additions & 0 deletions docs/processors/conditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ pipelines:
field: .Payload.After.name
condition: `{{ eq .Metadata.key "expected-value" }}`
```
![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
4 changes: 2 additions & 2 deletions docs/processors/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: 'Getting Started'
sidebar_position: 0
---

A processor is a component that operates on a single record that flows through a pipeline. It can either **transform** the record, or **filter** it out based on some criteria. Since they are part of pipelines, making
A processor is a component that operates on a single record that flows through a pipeline. It can either **transform** the record, or **filter** it out based on some criteria. Since they are part of pipelines, making
yourself familiar with [pipeline semantics](/docs/features/pipeline-semantics) is highly recommended.

![Pipeline](/img/pipeline_example.svg)
Expand Down Expand Up @@ -94,4 +94,4 @@ To list all the different API HTTP requests you could perform check out our [HTT

:::


![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
2 changes: 2 additions & 0 deletions docs/processors/processor-concurrency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ pipelines:
return record;
}
```
![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
2 changes: 2 additions & 0 deletions docs/processors/referencing-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ A few things to note:
fields are not part of the
[`opencdc.Record`](https://github.com/ConduitIO/conduit-commons/blob/v0.1.1/opencdc/record.go#L30)
type. They are referenced by their actual names, as they appear in JSON.

![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
2 changes: 2 additions & 0 deletions docs/processors/referencing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ or API requests, is using the following format:
Read more about how to register [standalone processors](/docs/processors/standalone) in Conduit.

:::

![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
2 changes: 2 additions & 0 deletions docs/processors/standalone/building.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,5 @@ processor in a Conduit pipeline.
To see more standalone processor examples, check out our [example processor repository](https://github.com/ConduitIO/conduit-processor-example).

:::

![scarf pixel conduit-site-docs-processors](https://static.scarf.sh/a.png?x-pxid=33ce4d9e-1948-4cab-846a-7e6cd33b8cae)
Loading

0 comments on commit 8145461

Please sign in to comment.