-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add caches pages * add caches docs * update include * add connector structure and files * add quickstart * add link to fake data generator * correct placeholder to match snippet * add configuration section * resolve review comments * single source Bloblang intro * add bloblang guide to nav * add config docs * add new batch of processors * add overview pages * add pages to fix errors * fix xrefs * add input overview * add quickstart review comments * second review comments * add metrics and logging * add lines scanner and metadata config * buffers, config and walkthrough guide * add ai processors * add new components * changes to allowlist * move pages to develop section * add additional components from allowlist * quickstart reviews and cookbooks * new cloud pages * add new content pages and delete http * add new AI and migration connectors * update inline with review comments and fix links * add overview to nav at top level * add whats new * add azure and gcp components * all nav entries in alphabetical order * update with review comments * review comments and catalog text updates * add new connectors * fix reference to API --------- Co-authored-by: Jake Cahill <[email protected]>
- Loading branch information
1 parent
e034c7b
commit 18be6cc
Showing
219 changed files
with
1,171 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
= Redpanda Connect in Redpanda Cloud | ||
:description: Learn about Redpanda Connect in Redpanda Cloud and its wide range of connectors. | ||
|
||
include::develop:partial$availability-message.adoc[] | ||
|
||
Redpanda Connect in Redpanda Cloud lets you quickly build and deploy streaming data pipelines on your clusters from a fully-integrated UI or using the xref:api:ROOT:cloud-api.adoc#tag--PipelineService[Data Plane API]. | ||
|
||
Choose from a xref:develop:connect/components/catalog.adoc[wide range of connectors] to suit your use case, including connectors to: | ||
|
||
* Integrate data sources (xref:components:inputs/about.adoc[inputs]) | ||
* Write to data sinks (xref:components:outputs/about.adoc[outputs]) | ||
* Transform data (xref:components:processors/about.adoc[processors]) | ||
Comprehensive data pipeline metrics are also available to help you to xref:develop:connect/configuration/monitor-connect.adoc[monitor your data pipelines]. | ||
|
||
Try this xref:develop:connect/connect-quickstart.adoc[quickstart]. | ||
|
||
TIP: If you’re new to Redpanda Connect, try xref:redpanda-connect:guides:getting_started.adoc[building and testing data pipelines locally] before deploying to the Cloud. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Components | ||
:page-aliases: components:about.adoc | ||
include::redpanda-connect:components:about.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Buffers | ||
:page-aliases: components:buffers/about.adoc | ||
include::redpanda-connect:components:buffers/about.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= memory | ||
:page-aliases: components:buffers/memory.adoc | ||
include::redpanda-connect:components:buffers/memory.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= none | ||
:page-aliases: components:buffers/none.adoc | ||
include::redpanda-connect:components:buffers/none.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/buffers/system_window.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= system_window | ||
:page-aliases: components:buffers/system_window.adoc | ||
include::redpanda-connect:components:buffers/system_window.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Caches | ||
:page-aliases: components:caches/about.adoc | ||
include::redpanda-connect:components:caches/about.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/caches/aws_dynamodb.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= aws_dynamodb | ||
:page-aliases: components:caches/aws_dynamodb.adoc | ||
include::redpanda-connect:components:caches/aws_dynamodb.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= aws_s3 | ||
:page-aliases: components:caches/aws_s3.adoc | ||
include::redpanda-connect:components:caches/aws_s3.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= gcp_cloud_storage | ||
:page-aliases: components:caches/gcp_cloud_storage.adoc | ||
include::redpanda-connect:components:caches/gcp_cloud_storage.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= lru | ||
:page-aliases: components:caches/lru.adoc | ||
include::redpanda-connect:components:caches/lru.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/caches/memcached.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= memcached | ||
:page-aliases: components:caches/memcached.adoc | ||
include::redpanda-connect:components:caches/memcached.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= memory | ||
:page-aliases: components:caches/memory.adoc | ||
include::redpanda-connect:components:caches/memory.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/caches/multilevel.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= multilevel | ||
:page-aliases: components:caches/multilevel.adoc | ||
include::redpanda-connect:components:caches/multilevel.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= nats_kv | ||
:page-aliases: components:caches/nats_kv.adoc | ||
include::redpanda-connect:components:caches/nats_kv.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= noop | ||
:page-aliases: components:caches/noop.adoc | ||
include::redpanda-connect:components:caches/noop.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= redis | ||
:page-aliases: components:caches/redis.adoc | ||
include::redpanda-connect:components:caches/redis.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/caches/ristretto.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= ristretto | ||
:page-aliases: components:caches/ristretto.adoc | ||
include::redpanda-connect:components:caches/ristretto.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= ttlru | ||
:page-aliases: components:caches/ttlru.adoc | ||
include::redpanda-connect:components:caches/ttlru.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
= Connector Catalog | ||
:description: A searchable list of connectors available for use in Redpanda Cloud. | ||
|
||
Connectors listed in this catalog are available to use and fully supported in Redpanda Cloud. All other Redpanda Connect connectors are currently blocked. | ||
|
||
Search for connectors for your use case. | ||
|
||
component_table::[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Inputs | ||
:page-aliases: components:inputs/about.adoc | ||
include::redpanda-connect:components:inputs/about.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/inputs/amqp_0_9.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= amqp_0_9 | ||
:page-aliases: components:inputs/amqp_0_9.adoc | ||
include::redpanda-connect:components:inputs/amqp_0_9.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/inputs/aws_kinesis.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= aws_kinesis | ||
:page-aliases: components:inputs/aws_kinesis.adoc | ||
include::redpanda-connect:components:inputs/aws_kinesis.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= aws_s3 | ||
:page-aliases: components:inputs/aws_s3.adoc | ||
include::redpanda-connect:components:inputs/aws_s3.adoc[tag=single-source] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= aws_sqs | ||
:page-aliases: components:inputs/aws_sqs.adoc | ||
include::redpanda-connect:components:inputs/aws_sqs.adoc[tag=single-source] |
3 changes: 3 additions & 0 deletions
3
modules/develop/pages/connect/components/inputs/azure_blob_storage.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= azure_blob_storage | ||
:page-aliases: components:inputs/azure_blob_storage.adoc | ||
include::redpanda-connect:components:inputs/azure_blob_storage.adoc[tag=single-source] |
Oops, something went wrong.