简体   繁体   中英

Is there a way to connect AWS Glue to a MySQL table in an Amazon RDS?

I know that AWS Glue can connect to an Amazon RDS with a MySQL Database engine . However, I want to use Glue extract data files from S3, transform them, and then load them to a specific MySQL table rather than loading the data into the entire database. Is there a way that this can be done?

Since you can use ( scala | python ) + spark for Glue ETL job, look like you can just flush a transformed dataframe to the database. Something like this

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