I have some data in the datastore i want to move it to Bigquery , I know there is a method to move it to GCS and then to Bigquery using mapreduce but i want to upload the data in form of json directly to Bigquery using the bigquery API. Is there any big query API to do so? Thanks
3
-
Like you say, there's a BigQuery API, so what exactly is the question?Daniel Roseman– Daniel Roseman2013-11-08 11:46:27 +00:00Commented Nov 8, 2013 at 11:46
-
i was asking which API , can you kindly provide the link or some exampleOmair Shamshir– Omair Shamshir2013-11-08 11:50:51 +00:00Commented Nov 8, 2013 at 11:50
-
developers.google.com/bigquery/docs/…Paul Collingwood– Paul Collingwood2013-11-08 12:04:32 +00:00Commented Nov 8, 2013 at 12:04
Add a comment
|
1 Answer
You can load AppEngine backups directly into BigQuery. This feature is still experimental, so you need to sign up for the trusted tester program in order to be able to use it. More information is available here: https://developers.google.com/bigquery/loading-data-into-bigquery#googleservicesdata