第 118 章 Google BigQuery Component
从 Camel 版本 2.20 开始提供
118.1. 组件描述
Google Bigquery 组件通过 Google Client Services API 提供对 Cloud BigQuery 基础架构 的访问。
当前实现不使用 gRPC。
当前实施不支持查询 BigQuery i.e. 是一个制作者。
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>