aws-rds-data-service

how to load data from AWS RDS to Google BigQuery in streaming mode?

删除回忆录丶 提交于 2021-02-19 08:09:07
问题 how to load data from AWS RDS to Google BigQuery in streaming mode? Description: I have data in RDS (SQL Server), and wanted to load this data into Google BigQuery in real-time. 回答1: There is no direct way to insert changes from Amazon RDS to Google Cloud BigQuery. It could be done with a pipeline like this Amazon RDS ----Lambda/DMS----> Kinesis Data Streams -----Lambda----> BigQuery Read changes from Amazon RDS to Kinesis Data Streams using Lambda or use Cloud DMS. You can also push it to