Skip to content

Repository files navigation

Data Migration for DynamoDB: Migration and Consistency Check Tools

CI Documentation Release License

Data Migration for DynamoDB workflow

Overview

Data Migration for DynamoDB provides two command-line tools:

  1. ddb-migrate copies existing data from Amazon DynamoDB and continuously synchronizes changes to a DynamoDB-compatible target.
  2. ddb-data-check compares the source and target table structures and data.

How to Get

Download a release archive from GitHub Releases, or build both commands from source:

git clone https://github.com/tair-opensource/data-migration-for-dynamodb.git
cd data-migration-for-dynamodb
./build.sh

How to Use

Start with the 中文迁移指南 or the English migration guide. Configuration and implementation details are maintained in the documentation site.

License

This project is released under the MIT License.

Amazon DynamoDB is a trademark of Amazon.com, Inc. or its affiliates. This project is independently developed by the Tair team and is not affiliated with or sponsored by Amazon.