Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Want some guidance/d over How to establish JDBC connection from my JAVA application to the BigQuery?

I am developing application which connect BigQuery project and read data for procession. Can some one guide me how can I implement this in Java application?

0 1 199
1 REPLY 1

Howdy ... let's start with the following ... this is the Google BigQuery article page on using "BigQuery API Client Libraries".

https://cloud.google.com/bigquery/docs/reference/libraries#client-libraries-install-java

BigQuery has a JAR/API that allows a client application (written in Java) to execute queries against BigQuery.