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)