Skip to content

Commit 0415aea

Browse files
author
Jerjou Cheng
committed
Move README from the bigquery getting-started repo.
1 parent ebc6764 commit 0415aea

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

bigquery/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Getting Started with BigQuery and the Google Java API Client library
2+
3+
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.
4+
5+
## Quickstart
6+
7+
Install [Maven](http://maven.apache.org/).
8+
9+
Build your project with:
10+
11+
mvn package
12+
13+
You can then run a given `ClassName` via:
14+
15+
mvn exec:java -Dexec.mainClass=com.google.cloud.bigquery.samples.ClassName \
16+
-Dexec.args="any arguments to the app"
17+
18+
## Products
19+
- [Google BigQuery][2]
20+
21+
## Language
22+
- [Java][3]
23+
24+
## Dependencies
25+
- [Google APIs Client Library for Java][4]
26+
27+
[1]: https://cloud.google.com/bigquery/bigquery-api-quickstart
28+
[2]: https://developers.google.com/bigquery
29+
[3]: https://java.com
30+
[4]: http://code.google.com/p/google-api-java-client/
31+

0 commit comments

Comments
 (0)