我们计划使用Amazon Dynamo db开发应用程序。实际上这个应用程序正在从我的客户端数据库收集信息(我的客户端正在使用MYSQL,Oracle,MSsql /任何其他关系数据库),在我的应用程序中执行某些过程并将结果发送回客户端的数据库。此同步过程应始终有效(或每1分钟一次)。
我想知道Amazon dynamo数据库和Relational数据库之间是否有可用于同步的工具(或技巧)?
答案 0 :(得分:2)
您可以考虑从发电机读取的Elastic Map Reduce作业,转换数据并写回关系数据库。 (http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/EMRforDynamoDB.html)
编辑:另请参阅数据管道(http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-taskrunner-rdssecurity.html)