第 118 章 Google BigQuery 组件
从 Camel 版本 2.20 开始提供
118.1. 组件描述 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Google Bigquery 组件通过 Google Client Services API 访问 Cloud BigQuery 基础架构。
当前实现不使用 gRPC。
当前实施不支持查询 BigQuery,即仅生成者。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-google-bigquery</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>