Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- [Alert Rules](/ticdc/ticdc-alert-rules.md)
- Integration Scenarios
- [Overview](/integration-overview.md)
- [Integrate with Confluent and Snowflake](/ticdc/integrate-confluent-using-ticdc.md)
- [Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md)
- [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md)
- Reference
- TiCDC Architecture
Expand Down
4 changes: 2 additions & 2 deletions integration-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ summary: Learn the overview of data integration scenarios.

Data integration means the flow, transfer, and consolidation of data among various data sources. As data grows exponentially in volume and data value is more profoundly explored, data integration has become increasingly popular and urgent. To avoid the situation that TiDB becomes data silos and to integrate data with different platforms, TiCDC offers the capability to replicate TiDB incremental data change logs to other data platforms. This document describes the data integration applications using TiCDC. You can choose an integration solution that suits your business scenarios.

## Integrate with Confluent Cloud and Snowflake
## Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server

You can use TiCDC to replicate incremental data from TiDB to Confluent Cloud, and replicate the data to Snowflake, ksqlDB, and SQL Server via Confluent Cloud. For details, see [Integrate with Confluent Cloud and Snowflake](/ticdc/integrate-confluent-using-ticdc.md).
You can use TiCDC to replicate incremental data from TiDB to Confluent Cloud, and replicate the data to Snowflake, ksqlDB, and SQL Server via Confluent Cloud. For details, see [Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md).

## Integrate with Apache Kafka and Apache Flink

Expand Down
4 changes: 2 additions & 2 deletions ticdc/integrate-confluent-using-ticdc.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Integrate Data with Confluent Cloud and Snowflake
title: Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server
summary: Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server.
---

# Integrate Data with Confluent Cloud and Snowflake
# Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server

Confluent is an Apache Kafka-compatible streaming data platform that provides strong data integration capabilities. On this platform, you can access, store, and manage non-stop real-time streaming data.

Expand Down
2 changes: 1 addition & 1 deletion ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dispatchers = [
]
```

For detailed integration guide, see [Quick Start Guide on Integrating TiDB with Confluent Platform](/ticdc/integrate-confluent-using-ticdc.md).
For detailed integration guide, see [Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md).

### Integrate TiCDC with AWS Glue Schema Registry

Expand Down
Loading