gpt4 book ai didi

sql - 使用 Golang API 将 Amazon RDS 中的表导出到 csv 文件中

转载 作者:行者123 更新时间:2023-12-01 21:11:52 26 4
gpt4 key购买 nike

我正在寻找某种方法将 SQL 查询结果从 AWS lambda 直接导出到 CSV 文件。我发现了这个类似的问题 - Exporting table from Amazon RDS into a csv file .但它不适用于 AWS Golang API。

实际上,我想安排一个 lambda 函数,它将每天从 RDS(SQL Server) 查询一些 View /表,并将其以 CSV 格式放入 S3 存储桶。所以,我想直接在lambda中以CSV形式下载查询结果,然后上传到S3。

我也找到了data pipeline AWS 的服务将 RDS 数据直接复制到 S3,但我不确定我是否可以在这里使用它。

如果有人可以向我建议正确的流程以及实现它的引用资料,那将会很有帮助。

最佳答案

You can transfer files between a DB instance running Amazon RDS for SQL Server and an Amazon S3 bucket. By doing this, you can use Amazon S3 with SQL Server features such as BULK INSERT. For example, you can download .csv, .xml, .txt, and other files from Amazon S3 to the DB instance host and import the data from D:\S3\into the database. All files are stored in D:\S3\ on the DB instance



引用:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/User.SQLServer.Options.S3-integration.html

关于sql - 使用 Golang API 将 Amazon RDS 中的表导出到 csv 文件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59601355/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com