Hi All,
I would like to understand what are the ways by which I can handle the CDC data present in pubsub & push to BigQuery. I don't want to push the raw cdc data but apply those changes to the respective BQ tables.
Any pointers regarding the same would be helpful.
Thanks,
Gopi
Solved! Go to Solution.
Hi @sgk ,
Its definitely a good idea to look beyond merely pushing raw data and are aiming to enhance data integrity and efficiency. Here are some strategies you might consider, depending on your specific needs:
Datastream to BigQuery:
Dataflow Templates:
Custom Dataflow Pipelines:
Choosing the Right Approach:
Additional Points to Consider:
Hopefully, this information helps you as you decide on the best approach for integrating CDC data into BigQuery.
Hi @sgk ,
Its definitely a good idea to look beyond merely pushing raw data and are aiming to enhance data integrity and efficiency. Here are some strategies you might consider, depending on your specific needs:
Datastream to BigQuery:
Dataflow Templates:
Custom Dataflow Pipelines:
Choosing the Right Approach:
Additional Points to Consider:
Hopefully, this information helps you as you decide on the best approach for integrating CDC data into BigQuery.