Skip to content

Commit 13b5c9e

Browse files
Merge pull request #232604 from seesharprun/cosmos-cdc-update
Cosmos DB | Revised CDC article
2 parents 05686e0 + 19aedd9 commit 13b5c9e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/cosmos-db/analytical-store-change-data-capture.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@ ms.topic: conceptual
1010
ms.date: 03/23/2023
1111
---
1212

13-
# Change Data Capture in Azure Cosmos DB analytical store
13+
# Change Data Capture in Azure Cosmos DB analytical store (preview)
1414

1515
[!INCLUDE[NoSQL, MongoDB](includes/appliesto-nosql-mongodb.md)]
1616

1717
Change data capture (CDC) in [Azure Cosmos DB analytical store](analytical-store-introduction.md) allows you to efficiently consume a continuous and incremental feed of changed (inserted, updated, and deleted) data from analytical store. The change data capture feature of the analytical store is seamlessly integrated with Azure Synapse and Azure Data Factory, providing you with a scalable no-code experience for high data volume. As the change data capture feature is based on analytical store, it [doesn't consume provisioned RUs, doesn't affect your transactional workloads](analytical-store-introduction.md#decoupled-performance-for-analytical-workloads), provides lower latency, and has lower TCO.
1818

19-
Included here's a diagram of change data capture (CDC) with Azure Cosmos DB analytical store. For more information on supported sink types in a mapping data flow, see [data flow supported sink types](../data-factory/data-flow-sink.md#supported-sinks).
19+
> [!IMPORTANT]
20+
> This feature is currently in preview.
21+
22+
The change data capture feature in Azure Cosmos DB analytical store can write to a variety of sinks using an Azure Synapse or Azure Data Factory data flow.
2023

2124
:::image type="content" source="media\analytical-store-change-data-capture\overview-diagram.png" alt-text="Diagram of the analytical store in Azure Cosmos DB and how it, with change data capture, can write to various first and third-party target services.":::
2225

26+
For more information on supported sink types in a mapping data flow, see [data flow supported sink types](../data-factory/data-flow-sink.md#supported-sinks).
27+
2328
In addition to providing incremental data feed from analytical store to diverse targets, change data capture supports the following capabilities:
2429

2530
- Supports applying filters, projections and transformations on the Change feed via source query
-57 KB
Loading

0 commit comments

Comments
 (0)