From cd3cfffe25f29e36c5b11f42fe80a036e041cf28 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Tue, 27 Jan 2026 16:03:12 +0800 Subject: [PATCH 1/2] Add integration with Microsoft Fabric --- integration-overview.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/integration-overview.md b/integration-overview.md index 240eff7150664..1e36f3198bd6b 100644 --- a/integration-overview.md +++ b/integration-overview.md @@ -13,4 +13,10 @@ You can use TiCDC to replicate incremental data from TiDB to Confluent Cloud, an ## Integrate with Apache Kafka and Apache Flink -You can use TiCDC to replicate incremental data from TiDB to Apache Kafka, and consume the data using Apache Flink. For details, see [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md). \ No newline at end of file +You can use TiCDC to replicate incremental data from TiDB to Apache Kafka, and consume the data using Apache Flink. For details, see [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md). + +## Integrate with Microsoft Fabric + +You can use TiCDC to replicate incremental data from TiDB to Microsoft Fabric. With [open mirroring](https://learn.microsoft.com/en-us/fabric/mirroring/open-mirroring), TiDB can write change data directly to a mirrored database in Fabric. This enables continuous, near real-time data replication from any TiDB deployment environment to Microsoft Fabric OneLake, making the data readily available for AI and analytics workloads. + +For details, see this blog post [How to Replicate TiDB to a Mirrored Database in Microsoft Fabric with TiCDC](https://www.pingcap.com/blog/replicate-tidb-mirrored-database-microsoft-fabric-ticdc/). From 997d45c55cf8cf131356840ca6e1074337a3a910 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Tue, 27 Jan 2026 16:25:51 +0800 Subject: [PATCH 2/2] Update integration-overview.md --- integration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-overview.md b/integration-overview.md index 1e36f3198bd6b..67dc1f5d10ff4 100644 --- a/integration-overview.md +++ b/integration-overview.md @@ -17,6 +17,6 @@ You can use TiCDC to replicate incremental data from TiDB to Apache Kafka, and c ## Integrate with Microsoft Fabric -You can use TiCDC to replicate incremental data from TiDB to Microsoft Fabric. With [open mirroring](https://learn.microsoft.com/en-us/fabric/mirroring/open-mirroring), TiDB can write change data directly to a mirrored database in Fabric. This enables continuous, near real-time data replication from any TiDB deployment environment to Microsoft Fabric OneLake, making the data readily available for AI and analytics workloads. +You can use TiCDC to replicate incremental data from TiDB to Microsoft Fabric. With [open mirroring](https://learn.microsoft.com/en-us/fabric/mirroring/open-mirroring), TiCDC writes change data directly to a mirrored database in Fabric. This enables continuous, near real-time data replication from any TiDB deployment to Microsoft Fabric OneLake, making your data readily available for AI and analytics workloads. For details, see this blog post [How to Replicate TiDB to a Mirrored Database in Microsoft Fabric with TiCDC](https://www.pingcap.com/blog/replicate-tidb-mirrored-database-microsoft-fabric-ticdc/).