blob: 7a8cb4539a46584faffbe2f334b7a8ec7fa4549a [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Google BigQuery
:page-aliases: extensions/google-bigquery.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-google-bigquery
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Access Google Cloud BigQuery service using SQL queries or Google Client Services API
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.6.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.6.0##
Access Google Cloud BigQuery service using SQL queries or Google Client Services API
== What's inside
* xref:{cq-camel-components}::google-bigquery-component.adoc[Google BigQuery component], URI syntax: `google-bigquery:projectId:datasetId:tableId`
* xref:{cq-camel-components}::google-bigquery-sql-component.adoc[Google BigQuery Standard SQL component], URI syntax: `google-bigquery-sql:projectId:queryString`
Please refer to the above links for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-google-bigquery[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-bigquery</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== 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 https://quarkus.io/guides/building-native-image#quarkus-native-pkg-native-config_quarkus.native.resources.includes[Quarkus documentation] for more details.