Does anyone know of any JDBC interface or driver for Google BigQuery?
Only Java please – I’m done with the Python library.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UPDATE: this post was made in 2012, since then Google has a fully compliant JDBC driver here: https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers
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