From 4e0f1247dad6ab4c6370cf2c109808a525487648 Mon Sep 17 00:00:00 2001 From: Daniel Packard Date: Wed, 19 Feb 2025 13:57:17 -0600 Subject: [PATCH] Add archive/deprecation banner to README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0ef6b..50e9e2a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +* [dynamodb-streams-kinesis-adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter)