| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Google's BigQuery Service features a REST-based API that allows developers to create applications to run ad-hoc queries on massive datasets. These sample Java applications demonstrate how to access the BigQuery API.
We provide samples for multiple methods of accessing the APIs in case you need lower-level access, but the cloud-client samples are idiomatic and show the recommended way to access the API.
Install Maven.
Build your project with:
mvn clean package -DskipTests
You can then run a given ClassName via:
mvn exec:java -Dexec.mainClass=com.google.cloud.bigquery.samples.ClassName \ -Dexec.args="any arguments to the app"
| Back | FazBrowse Home | New Git URL |