Skip to content

Commit

Permalink
Merge pull request ClickHouse#2116 from dunithd/patch-1
Browse files Browse the repository at this point in the history
Adding Redpanda Cloud as a 3rd party cloud based Kafka connection
  • Loading branch information
pjhampton authored Mar 14, 2024
2 parents 0a2cf94 + da3521b commit dd1cddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/integrations/data-ingestion/kafka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ When integrating Kafka with ClickHouse, you will need to make early architectura

* [**Amazon MSK**](./msk/index.md) - support Amazon MSK Connect framework to forward data from Apache Kafka clusters to external systems such as ClickHouse. You can install ClickHouse Kafka Connect on Amazon MSK.

* [**Redpanda Cloud**](https://cloud.redpanda.com/) - Redpanda is a Kafka API-compatible streaming data platform that can be used as an upstream data source for ClickHouse. The hosted cloud platform, Redpanda Cloud, integrates with ClickHouse over Kafka protocol, enabling real-time data ingestion for streaming analytics workloads

### Self-managed Kafka Connectivity
* [**Kafka Connect**](./kafka-clickhouse-connect-sink.md) - Kafka Connect is a free, open-source component of Apache Kafka that works as a centralized data hub for simple data integration between Kafka and other data systems. Connectors provide a simple means of scalably and reliably streaming data to and from Kafka. Source Connectors inserts data to Kafka topics from other systems, whilst Sink Connectors delivers data from Kafka topics into other data stores such as ClickHouse.
* [**Vector**](./kafka-vector.md) - Vector is a vendor agnostic data pipeline. With the ability to read from Kafka, and send events to ClickHouse, this represents a robust integration option.
Expand Down

0 comments on commit dd1cddb

Please sign in to comment.