Tuesday, May 20, 2014

BigQuery Google App Engine (GAE) Java Example


I recently wrote a technical "How-to" on "Using the BigQuery API with Java in an Eclipse Project on the Google App Engine". The application uses a service account for authentication that allows an application to run without asking the user for specific credentials. It shows how to authenticate and make some API calls to BigQuery.

Being a servlet, the code is probably portable to another servlet container like Tomcat.

The project and code are here:


Happy BigQuerying!