简体   繁体   English

从 bigquery 查询 firestore 数据库

[英]Querying the firestore database from bigquery

Is there any way to query the firestore database from bigquery without exporting the firestore data into bigquery有没有办法从 bigquery 查询 firestore 数据库而不将 firestore 数据导出到 bigquery

BigQuery can only query data that is stored in BigQuery itself. BigQuery 只能查询存储在 BigQuery 本身中的数据。 It cannot query data directly in Cloud Firestore.它无法直接在 Cloud Firestore 中查询数据。

You will have to import the data from Cloud Firestore into BigQuery in order to be able to query it with BigQuery.您必须将数据从 Cloud Firestore 导入 BigQuery 才能使用 BigQuery 进行查询。

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

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