amazon-web-services - 将数据从 Amazon Redshift 迁移到 DynamoDB

标签 amazon-web-services amazon-dynamodb amazon-redshift

将数据从 DynamoDB 迁移到 Redshift 的示例有很多,但我找不到将数据从 Redshift 迁移到 DynamoDB 的任何示例或文档。关于以有效的方式将数据从 Redshift 迁移到 DynamoDB 的任何建议/示例/文档?

最佳答案

包括编写一些代码的一种解决方案是使用 RedShift 的
unload功能并将查询数据放入 s3 存储桶中。通过这样做,您可以处理此特定存储桶的 Put 事件,并触发将数据持久化到 dynamodb 的 lambda 函数,或将 sqs 消息发送到执行相同操作的 beanstalk 工作程序(将数据持久化到 dynamodb)

关于amazon-web-services - 将数据从 Amazon Redshift 迁移到 DynamoDB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42158572/

相关文章:

java - 您如何测试针对 AWS API 编写的代码

python - python 中的多线程

node.js - 如何在 aws lambda 函数中使用 dynamoose?

sql - 获取postgres中json数据数组列中元素的平均值

amazon-web-services - 无法使用 psycopg 连接到 redshift 集群

amazon-web-services - 如何连接到 Amazon Redshift 或 Apache Spark 中的其他数据库?

amazon-web-services - 如何使用 aws lambda (boto3) 检查 aws ec2 是否正在运行

amazon-web-services - 验证 Google Domains 中的 AWS 证书

amazon-dynamodb - 本地 DynamoDB 客户端,具有 PHPMyAdmin 等 UI

json - 如何在 DynamoDB 中更新嵌套的 JSON 文件