Skip to content

Commit 1634d9f

Browse files
DynamoDB integration is not experimental
We just forgot to remove the badge. The only building block is Kinesis, and it is battle-tested and runs in production.
1 parent 0344dcf commit 1634d9f

File tree

1 file changed

+0
-3
lines changed
  • docs/integrations/data-ingestion/dbms/dynamodb

1 file changed

+0
-3
lines changed

docs/integrations/data-ingestion/dbms/dynamodb/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ doc_type: 'guide'
1010
---
1111

1212
import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
13-
import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
1413
import dynamodb_kinesis_stream from '@site/static/images/integrations/data-ingestion/dbms/dynamodb/dynamodb-kinesis-stream.png';
1514
import dynamodb_s3_export from '@site/static/images/integrations/data-ingestion/dbms/dynamodb/dynamodb-s3-export.png';
1615
import dynamodb_map_columns from '@site/static/images/integrations/data-ingestion/dbms/dynamodb/dynamodb-map-columns.png';
1716
import Image from '@theme/IdealImage';
1817

1918
# CDC from DynamoDB to ClickHouse
2019

21-
<ExperimentalBadge/>
22-
2320
This page covers how set up CDC from DynamoDB to ClickHouse using ClickPipes. There are 2 components to this integration:
2421
1. The initial snapshot via S3 ClickPipes
2522
2. Real-time updates via Kinesis ClickPipes

0 commit comments

Comments
 (0)