2.28. Google BigQuery
使用 SQL 查询或 Google Client Services API 访问 Google Cloud BigQuery 服务
2.28.1. 内部是什么
-
Google BigQuery 组件, URI 语法:
google-bigquery:projectId:datasetId:tableId
-
Google BigQuery Standard SQL 组件, URI 语法:
google-bigquery-sql:projectId:queryString
有关使用和配置详情,请参阅上述链接。
2.28.2. Maven 协调
在 code.quarkus.redhat.com 上使用此扩展创建一个新项目
或者将协调添加到现有项目中:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-google-bigquery</artifactId> </dependency>
2.28.3. 使用方法
如果要在原生模式下使用 google-bigquery-sql
从 classpath 读取 SQL 脚本,则需要确保通过 quarkus.native.resources.includes
配置属性将它们添加到原生镜像中。请参阅 Quarkus 文档了解更多详情。