简体   繁体   中英

Send MySQL data to Redshift

I am confused on how we can send MySQL data from MySQL database deployed in an EC2 instance to an Amazon RedShift cluster.

What are the ways that can be used for doing this task?

Possible solutions:

  1. Easiest solution should be "AWS Data Pipeline".

  2. write output of your SQL Query into a CSV file --> zip it ( if huge data ) --> upload to S3 --> Use Redshift copy command to upload all these records in bulk into redshift.

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