0
votes

Is there any way to transfer mysql data to Google BigQuery using PHP ?

I am inserting data to MySQL and simultaneously want to insert data also in BigQuery DataSet's table

1

1 Answers

0
votes

I was able to find the following PHP code on Github that you can use to stream data into BigQuery.