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.
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