9

Google BigQuery の JDBC インターフェイスまたはドライバーを知っている人はいますか?

Java のみでお願いします。Python ライブラリはこれで完了です。

4

4 に答える 4

9

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

于 2012-08-31T17:39:38.953 に答える
4

Google は現在、パートナーの 1 人によって開発された自由に利用できるものを提供しています: https://cloud.google.com/bigquery/partners/simba-drivers/#current_jdbc_driver_releases

于 2016-11-05T19:02:26.493 に答える
-2

私の知る限り、JDBC ドライバーはありませんが、役立つ Java API があります: http://code.google.com/p/google-api-java-client/

于 2012-08-31T10:34:08.737 に答える