Google BigQuery
JVM since1.0.0 Nativeunsupported
Access Google Cloud BigQuery service using SQL queries or Google Client Services API
What’s inside
-
Google BigQuery component, URI syntax:
google-bigquery:projectId:datasetId:tableId
-
Google BigQuery Standard SQL component, URI syntax:
google-bigquery-sql:projectId:query
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-bigquery</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.