alibaba / NimoShake

sync from DynamoDB to MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

#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.

About

sync from DynamoDB to MongoDB

License:GNU General Public License v3.0


Languages

Language:Go 96.9%Language:C 1.8%Language:Shell 0.8%Language:Python 0.5%Language:Makefile 0.0%