Reputation: 85
I am trying to make a small website using google cloud. I am able to host a static page for now. Now, I want to connect a php page which inserts data(inserted as a login input on my front end) into big query of google-cloud. How do I do it?
P.S. I am very new to google cloud. I am not able to understand its documentation.
For anymore required references, please do mention it.
Upvotes: 0
Views: 2465
Reputation: 1714
This tutorial is quite a good starting point. You have to use the BigQuery Client Libraries in order to insert data into a table in BigQuery. You may want to have a look to in here for a better knowledge to insert data into BigQuery.
Upvotes: 1