From d6da8e713ea80a94c900c48898076635bf36201c Mon Sep 17 00:00:00 2001 From: pmbrull Date: Sat, 4 Dec 2021 14:20:52 +0000 Subject: [PATCH] GitBook: [#63] Add link in Build a Connector --- .../developer/build-a-connector/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/open-source-community/developer/build-a-connector/README.md b/docs/open-source-community/developer/build-a-connector/README.md index 03e2231f280..a3434f1c405 100644 --- a/docs/open-source-community/developer/build-a-connector/README.md +++ b/docs/open-source-community/developer/build-a-connector/README.md @@ -22,7 +22,11 @@ Workflow execution happens in a serial fashion. 4. Once a **processor** is finished, it sends the modified record to the **sink**. 5. The above steps are repeated for each record emitted from the **source**. -In the cases where we need aggregation over the records, we can use the **stage** to write to a file or other store. Use the file written to in **stage** and pass it to **bulk sink** to publish to external services such as **openmetadata** or **elasticsearch**. +In the cases where we need aggregation over the records, we can use the **stage** to write to a file or other store. Use the file written to in **stage** and pass it to **bulk sink** to publish to external services such as **OpenMetadata** or **Elasticsearch**. + +{% content-ref url="setup.md" %} +[setup.md](setup.md) +{% endcontent-ref %} {% content-ref url="source.md" %} [source.md](source.md)