Chapter 28. Google BigQuery
Access Google Cloud BigQuery service using SQL queries or Google Client Services API
28.1. What’s inside 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
-
Google BigQuery component, URI syntax:
google-bigquery:projectId:datasetId:tableId
-
Google BigQuery Standard SQL component, URI syntax:
google-bigquery-sql:projectId:queryString
Please refer to the above links for usage and configuration details.
28.2. Maven coordinates 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-google-bigquery</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-bigquery</artifactId>
</dependency>
28.3. Usage 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
If you want to read SQL scripts from the classpath with google-bigquery-sql
in native mode, then you will need to ensure that they are added to the native image via the quarkus.native.resources.includes
configuration property. Please check Quarkus documentation for more details.