通过 AWS CLI 将大型 DynamoDB table 索引到 Cloudsearch
Index large DynamoDB table into Cloudsearch via AWS CLI
当我尝试通过 AWS 控制台索引大型 DynamoDB table 时,我目前在 CloudSearch 上遇到问题:
Retrieving a subset of the table...
The request took too long to complete. Please try again or use the command line tools.
查看文档后[1, 2, 3],有一些使用 CLI 上传多种文件格式的示例,但没有提及使用 CLI 从 DynamoDB table 上传数据。
如何在不必将整个数据库下载到文件中并上传的情况下完成此操作?
我已经联系了 AWS Support,但无法使用 CLI 为 DynamoDB 数据编制索引。
唯一可用的方法是使用经典文件 format/structure(.csv、.json、.xml 和 .txt)通过 CLI 下载数据并上传。
很遗憾,很遗憾。
当我尝试通过 AWS 控制台索引大型 DynamoDB table 时,我目前在 CloudSearch 上遇到问题:
Retrieving a subset of the table...
The request took too long to complete. Please try again or use the command line tools.
查看文档后[1, 2, 3],有一些使用 CLI 上传多种文件格式的示例,但没有提及使用 CLI 从 DynamoDB table 上传数据。
如何在不必将整个数据库下载到文件中并上传的情况下完成此操作?
我已经联系了 AWS Support,但无法使用 CLI 为 DynamoDB 数据编制索引。
唯一可用的方法是使用经典文件 format/structure(.csv、.json、.xml 和 .txt)通过 CLI 下载数据并上传。
很遗憾,很遗憾。