Skip to content

Commit 5d4c1f5

Browse files
feat: migrate samples for bigquerdatatransfer and bigquerystorage into their clients (GoogleCloudPlatform#2995)
1 parent ecff026 commit 5d4c1f5

File tree

11 files changed

+7
-801
lines changed

11 files changed

+7
-801
lines changed

bigquery/bigquerystorage/README.md

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,4 @@
1-
# Getting Started with the BigQuery Storage API
1+
# Getting Started with BigQuery and the Google Java API Client library
22

3-
<a href="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=bigquery/bigquerystorage/README.md">
4-
<img alt="Open in Cloud Shell" src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>
5-
6-
Google's BigQuery Service features a Storage API for performing reads of BigQuery-managed data at
7-
scale. This sample demonstrates using the API to read a sample table from the BigQuery public
8-
datasets, projecting a subset of columns, and filtering that data on the server side.
9-
10-
## Quickstart
11-
12-
Install [Maven](http://maven.apache.org/).
13-
14-
Build your project with:
15-
16-
mvn clean package -DskipTests
17-
18-
You can then run a given `ClassName` via:
19-
20-
mvn exec:java -Dexec.mainClass=com.example.bigquery.ClassName \
21-
-Dexec.args="any arguments to the app"
22-
23-
### Reading a Table with the BigQuery Storage API
24-
25-
mvn exec:java -Dexec.mainClass=com.example.bigquerystorage.BigQueryStorage \
26-
-Dexec.args="project-id"
27-
28-
## Testing
29-
30-
To run the tests for this sample, first set the `GOOGLE_CLOUD_PROJECT`
31-
environment variable.
32-
33-
export GOOGLE_CLOUD_PROJECT=my-project
34-
35-
Then run the tests with Maven.
36-
37-
mvn clean verify
3+
This sample has moved to a new location:
4+
https://github.com/googleapis/java-bigquerystorage/tree/master/samples

bigquery/bigquerystorage/pom.xml

Lines changed: 0 additions & 74 deletions
This file was deleted.

bigquery/bigquerystorage/src/main/java/com/example/bigquerystorage/StorageArrowSample.java

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)