Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JDBC driver for Google BigQuery?

Does anyone know of any JDBC interface or driver for Google BigQuery?

Only Java please - I'm done with the Python library.

like image 958
Mike Magic Avatar asked Aug 31 '12 10:08

Mike Magic


2 Answers

There is a 3rd party JDBC driver, which can be obtained from:

http://code.google.com/p/starschema-bigquery-jdbc/

It supports the same SQL SELECT syntax as the original Google BigQuery, and there is no insert or update support. Please let me know if you have any further questions or requests about the driver

like image 145
Tamas Foldi Avatar answered Sep 22 '22 07:09

Tamas Foldi


Google now offers one that is freely avaliable that was developed by one of their partners: https://cloud.google.com/bigquery/partners/simba-drivers/#current_jdbc_driver_releases

like image 28
Nathan Villaescusa Avatar answered Sep 21 '22 07:09

Nathan Villaescusa