简体   繁体   English

从Google App引擎将Json数据添加到BigQuery表

[英]Add json data to BigQuery table from Google App engine

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. 我在数据存储区中有一些数据我想将它移动到Bigquery,我知道有一种方法可以将它移动到GCS然后使用mapreduce移动到Bigquery但是我想使用bigquery API将数据以json的形式直接上传到Bigquery 。 Is there any big query API to do so? 有没有大的查询API这样做? Thanks 谢谢

You can load AppEngine backups directly into BigQuery. 您可以将AppEngine备份直接加载到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 有关详细信息,请访问: https//developers.google.com/bigquery/loading-data-into-bigquery#googleservicesdata

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM