简体   繁体   中英

Pull data from Athena and Redshift view to a s3 bucket in csv format daily automation

Would you kindly advise what would be the best option to pull redshift and athena view to s3 bucket automatically every day?

This bucket is to be used by a third party company who would push this data from s3 to their system. Thanks a mill

You will need to run some code somewhere that connects to the database and runs an UNLOAD command.

For example, if you are already running an Amazon EC2 instance, then use a Linux cron command or Windows Scheduled Task. Alternatively, create an AWS Lambda function that runs on a schedule.

See also:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM