Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Open
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# THIS REPO IS ARCHIVED

Current source code for the dynamodb source connector is available in the [source-dynamodb](https://bitbucket.org/fetchrewards/source-dynamodb/) repo

---

[![Build Status](https://travis-ci.com/trustpilot/datalake-kafka-connect-dynamodb.svg?token=fhWdHVx5wocrF4axEby7&branch=master)](https://travis-ci.com/trustpilot/datalake-kafka-connect-dynamodb)

# kafka-connect-dynamodb


A [Kafka Connector](http://kafka.apache.org/documentation.html#connect) which implements a "source connector" for AWS DynamoDB table Streams. This source connector allows replicating DynamoDB tables into Kafka topics. Once data is in Kafka you can use various Kafka sink connectors to push this data into different destinations systems, e.g. - BigQuery for easy analytics.

## Notable features
Expand Down Expand Up @@ -152,4 +159,4 @@ Third party components and dependencies are covered by the following licenses -
* [Debezium](https://debezium.io/)
* [kafka-connect-couchbase](https://github.com/couchbase/kafka-connect-couchbase)
* [amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client)
* [dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter)
* [dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter)