@@ -9,8 +9,8 @@ on Google Cloud Platform.
9
9
10
10
[ slack_badge ] : https://img.shields.io/badge/slack-nodejs%20on%20gcp-E01563.svg
11
11
[ slack_link ] : https://gcp-slack.appspot.com/
12
- [ build_badge ] : https://img.shields.io/travis/ GoogleCloudPlatform/nodejs-docs-samples.svg?style=flat
13
- [ build_link ] : https://travis-ci.org /GoogleCloudPlatform/nodejs-docs-samples
12
+ [ build_badge ] : https://img.shields.io/circleci/project/github/ GoogleCloudPlatform/nodejs-docs-samples/master .svg?style=flat
13
+ [ build_link ] : https://circleci.com/gh /GoogleCloudPlatform/nodejs-docs-samples
14
14
[ cov_badge ] : https://img.shields.io/codecov/c/github/GoogleCloudPlatform/nodejs-docs-samples/master.svg?style=flat
15
15
[ cov_link ] : https://codecov.io/github/GoogleCloudPlatform/nodejs-docs-samples?branch=master
16
16
[ cloud ] : https://cloud.google.com/
@@ -32,22 +32,22 @@ on Google Cloud Platform.
32
32
* [ Google Container Engine] ( #google-container-engine )
33
33
* [ Google Cloud Functions (Alpha)] ( #google-cloud-functions-alpha )
34
34
* [ ** Storage and Databases** ] ( #storage-and-databases )
35
- * [ Google Cloud Datastore (Beta) ] ( #google-cloud-datastore-beta )
35
+ * [ Google Cloud Datastore] ( #google-cloud-datastore )
36
36
* [ Google Cloud Storage] ( #google-cloud-storage )
37
37
* [ ** Big Data** ] ( #big-data )
38
38
* [ Google BigQuery] ( #google-bigquery )
39
39
* [ Google Cloud Pub/Sub] ( #google-cloud-pubsub )
40
40
* [ ** Machine Learning** ] ( #machine-learning )
41
- * [ Google Cloud Natural Language API (Beta) ] ( #google-cloud-natural-language-api-beta )
41
+ * [ Google Cloud Natural Language API] ( #google-cloud-natural-language-api )
42
42
* [ Google Cloud Prediction API] ( #google-cloud-prediction-api )
43
43
* [ Google Cloud Speech API (Beta)] ( #google-cloud-speech-api-beta )
44
44
* [ Google Translate API] ( #google-translate-api )
45
45
* [ Google Cloud Vision API] ( #google-cloud-vision-api )
46
46
* [ ** Management Tools** ] ( #management-tools )
47
- * [ Stackdriver Debugger (Beta) ] ( #stackdriver-debugger-beta )
48
- * [ Stackdriver Logging (Beta) ] ( #stackdriver-logging-beta )
49
- * [ Stackdriver Monitoring (Beta) ] ( #stackdriver-monitoring-beta )
50
- * [ Stackdriver Trace (Beta) ] ( #stackdriver-trace-beta )
47
+ * [ Stackdriver Debugger] ( #stackdriver-debugger )
48
+ * [ Stackdriver Logging] ( #stackdriver-logging )
49
+ * [ Stackdriver Monitoring] ( #stackdriver-monitoring )
50
+ * [ Stackdriver Trace] ( #stackdriver-trace )
51
51
* [ ** Networking** ] ( #management-tools )
52
52
* [ Google Cloud DNS] ( #google-cloud-dns )
53
53
* [ Other sample applications] ( #other-sample-applications )
@@ -151,21 +151,6 @@ on Google Cloud Platform.
151
151
### How to run the tests
152
152
153
153
1 . Read the [ Contributing Guide] [ contrib ] .
154
- 1 . Set the ` TEST_BUCKET_NAME ` environment variable to the name of a test Google
155
- Cloud Storage bucket:
156
-
157
- Linux:
158
-
159
- export TEST_BUCKET_NAME=your-bucket-name
160
-
161
- Windows:
162
-
163
- set TEST_BUCKET_NAME=your-bucket-name
164
-
165
- Windows (PowerShell):
166
-
167
- $env:TEST_BUCKET_NAME="your-bucket-name"
168
-
169
154
1 . In a terminal, start Redis:
170
155
171
156
redis-server
@@ -198,14 +183,14 @@ Cloud Storage bucket:
198
183
199
184
### <img src =" https://avatars2.githubusercontent.com/u/2810941?v=3&s=36 " alt =" Google Cloud Platform logo " title =" Google Cloud Platform " align =" left " height =" 36 " width =" 36 " style =" margin-top : 9px ;" />Google Cloud Node.js client library
200
185
201
- The idiomatic client for Google Cloud Platform services.
186
+ The recommended, idiomatic client for Google Cloud Platform services.
202
187
203
188
* [ Documentation] ( https://googlecloudplatform.github.io/gcloud-node/ )
204
189
* [ Source code] ( https://github.com/GoogleCloudPlatform/gcloud-node )
205
190
206
191
### <img src =" https://avatars0.githubusercontent.com/u/1342004?v=3&s=36 " alt =" Google logo " title =" Google " align =" left " height =" 36 " width =" 36 " style =" margin-top : 9px ;" />Google API Node.js client library
207
192
208
- Node.js client library for Google APIs.
193
+ An older Node.js client library for making REST requests to Google APIs.
209
194
210
195
* [ Documentation] ( http://google.github.io/google-api-nodejs-client/ )
211
196
* [ Source code] ( https://github.com/google/google-api-nodejs-client )
@@ -261,7 +246,7 @@ View the [Cloud Functions Node.js samples][functions_samples].
261
246
262
247
### Storage and Databases
263
248
264
- #### Google Cloud Datastore (Beta)
249
+ #### Google Cloud Datastore
265
250
266
251
[ Cloud Datastore] [ datastore_docs ] is a NoSQL document database built for
267
252
automatic scaling, high performance, and ease of application development.
@@ -305,7 +290,7 @@ View the [Cloud Pub/Sub Node.js samples][pubsub_samples].
305
290
306
291
### Machine Learning
307
292
308
- #### Google Cloud Natural Language API (Beta)
293
+ #### Google Cloud Natural Language API
309
294
310
295
[ Cloud Natural Language API] [ language_docs ] provides natural language
311
296
understanding technologies to developers, including sentiment analysis, entity
@@ -361,7 +346,7 @@ View the [Cloud Vision API Node.js samples][vision_samples].
361
346
362
347
### Management Tools
363
348
364
- #### Stackdriver Debugger (Beta)
349
+ #### Stackdriver Debugger
365
350
366
351
[ Stackdriver Debugger] [ debugger_docs ] makes it easier to view the application
367
352
state without adding logging statements.
@@ -371,7 +356,7 @@ View the [Stackdriver Debugger Node.js sample][debugger_sample].
371
356
[ debugger_docs ] : https://cloud.google.com/debugger/docs/
372
357
[ debugger_sample ] : debugger
373
358
374
- #### Stackdriver Logging (Beta)
359
+ #### Stackdriver Logging
375
360
376
361
[ Stackdriver Logging] [ logging_docs ] allows you to store, search, analyze,
377
362
monitor, and alert on log data and events from Google Cloud Platform and Amazon
@@ -382,7 +367,7 @@ View the [Stackdriver Logging Node.js samples][logging_samples].
382
367
[ logging_docs ] : https://cloud.google.com/logging/docs/
383
368
[ logging_samples ] : logging
384
369
385
- #### Stackdriver Monitoring (Beta)
370
+ #### Stackdriver Monitoring
386
371
387
372
[ Stackdriver Monitoring] [ monitoring_docs ] collects metrics, events, and metadata
388
373
from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes,
@@ -394,7 +379,7 @@ View the [Stackdriver Monitoring Node.js samples][monitoring_samples].
394
379
[ monitoring_docs ] : https://cloud.google.com/monitoring/docs/
395
380
[ monitoring_samples ] : monitoring
396
381
397
- #### Stackdriver Trace (Beta)
382
+ #### Stackdriver Trace
398
383
399
384
[ Stackdriver Trace] [ trace_docs ] is a distributed tracing system for Google Cloud
400
385
Platform that collects latency data from App Engine applications and displays it
0 commit comments