# NimoShake **Repository Path**: alibaba/NimoShake ## Basic Information - **Project Name**: NimoShake - **Description**: sync from DynamoDB to MongoDB - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NimoShake: sync from dynamodb to mongodb, including full sync and increase sync.
NimoFullCheck: check data consistency after syncing.
These two tools are developed and maintained by NoSQL Team in Alibaba-Cloud Database department.
* [中文文档介绍](https://yq.aliyun.com/articles/717439) * [binary download](https://github.com/alibaba/NimoShake/releases) #Usage --- NimoShake: `./nimo-shake -conf=nimo-shake.conf`
NimoFullCheck: `./nimo-full-check --sourceAccessKeyID="xxx" --sourceSecretAccessKey="xxx" --sourceRegion="us-east-2" --filterTablesWhiteList="table list" -t="target mongodb address"` # Shake series tool --- We also provide some tools for synchronization in Shake series.
* [MongoShake](https://github.com/aliyun/MongoShake): mongodb data synchronization tool. * [RedisShake](https://github.com/aliyun/RedisShake): redis data synchronization tool. * [RedisFullCheck](https://github.com/aliyun/RedisFullCheck): redis data synchronization verification tool. * [NimoShake](https://github.com/alibaba/NimoShake): sync dynamodb to mongodb.