1
1
<a href =" https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=appengine-java8/bigquery/README.md " >
2
2
<img alt =" Open in Cloud Shell " src =" http://gstatic.com/cloudssh/images/open-btn.png " ></a >
3
3
4
- # Google Cloud API Showcase: Cloud BigQuery & StackDriver Monitoring in App Engine Standard Environment for Java 8
4
+ # Google Cloud API Showcase: BigQuery & Cloud Monitoring in App Engine standard environment for Java 8
5
5
6
- This API Showcase demonstrates how to run an AppEngine standard environment application with dependencies on both
7
- [ Google BigQuery] [ bigquery ] and [ StackDriver Monitoring] [ stackdriver ] .
6
+ This API Showcase demonstrates how to run an App Engine standard environment application with dependencies on both
7
+ [ Google BigQuery] [ bigquery ] and [ StackDriver Monitoring] [ monitoring ] .
8
8
9
9
[ bigquery ] : https://cloud.google.com/bigquery/docs
10
- [ stackdriver ] : https://cloud.google.com/monitoring/docs
10
+ [ monitoring ] : https://cloud.google.com/monitoring/docs
11
11
12
12
The home page of this application provides a form to initiate a query of public data, in this case StackOverflow
13
13
questions tagged with ` google-bigquery ` .
@@ -35,12 +35,10 @@ cd appengine-java8/bigquery
35
35
```
36
36
- For local development, [ set up] [ set-up ] authentication
37
37
- Enable [ BigQuery] [ bigquery-api ] and [ Monitoring] [ monitoring-api ] APIs
38
- - If you have not already enabled your project for StackDriver, do so by following [ these instructions] [ stackdriver-setup ] .
39
38
40
39
[ set-up ] : https://cloud.google.com/docs/authentication/getting-started
41
40
[ bigquery-api ] : https://console.cloud.google.com/launcher/details/google/bigquery-json.googleapis.com
42
41
[ monitoring-api ] : https://console.cloud.google.com/launcher/details/google/monitoring.googleapis.com
43
- [ stackdriver-setup ] : https://cloud.google.com/monitoring/accounts/tiers#not-enabled
44
42
45
43
## Run locally
46
44
Run using shown Maven command. You can then direct your browser to ` http://localhost:8080/ ` to see the most recent query
@@ -56,12 +54,12 @@ few moments and try again.
56
54
57
55
## Deploy
58
56
59
- - Deploy to AppEngine standard environment using the following Maven command.
57
+ - Deploy to App Engine standard environment using the following Maven command.
60
58
```
61
59
mvn clean package appengine:deploy
62
60
```
63
61
- Direct your browser to ` https://<your-project-id>.appspot.com ` .
64
- - View more in-depth metrics data on the [ StackDriver Monitoring Dashboard] [ dashboard ]
62
+ - View more in-depth metrics data on the [ Cloud Monitoring Dashboard] [ dashboard ]
65
63
66
64
[ dashboard ] : https://pantheon.corp.google.com/monitoring
67
65
0 commit comments