amazon web services - Send MySQL data to Redshift -
i confused on how can send mysql data mysql database deployed in ec2 instance amazon redshift cluster.
what ways can used doing task?
possible solutions:
easiest solution should "aws data pipeline".
write output of sql query csv file --> zip ( if huge data ) --> upload s3 --> use redshift copy command upload these records in bulk redshift.
Comments
Post a Comment