Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move README from the bigquery getting-started repo. #38

Merged
merged 1 commit into from
Sep 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions bigquery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Getting Started with BigQuery and the Google Java API Client library

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 using the Google Java API Client Libraries. For more information, read the [Getting Started with BigQuery and the Google Java API Client library][1] codelab.

## Quickstart

Install [Maven](http://maven.apache.org/).

Build your project with:

mvn package

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"

## Products
- [Google BigQuery][2]

## Language
- [Java][3]

## Dependencies
- [Google APIs Client Library for Java][4]

[1]: https://cloud.google.com/bigquery/bigquery-api-quickstart
[2]: https://developers.google.com/bigquery
[3]: https://java.com
[4]: http://code.google.com/p/google-api-java-client/