You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-23Lines changed: 26 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,13 @@ var gcloud = require('gcloud')({
77
77
78
78
You can also set auth on a per-API-instance basis. The examples below show you how.
79
79
80
+
80
81
## Google BigQuery
81
82
82
-
Analyze Big Data in the cloud with [Google BigQuery][cloud-bigquery] ([docs][cloud-bigquery-docs]) . Run fast, SQL-like queries against multi-terabyte datasets in seconds. Scalable and easy to use, BigQuery gives you real-time insights about your data.
83
+
-[API Documentation][gcloud-bigquery-docs]
84
+
-[Official Documentation][cloud-bigquery-docs]
83
85
84
-
See the [gcloud-node BigQuery API documentation][gcloud-bigquery-docs] to learn how to access your BigQuery datasets using this library.
[Google Cloud Datastore][cloud-datastore] ([docs][cloud-datastore-docs]) is a fully managed, schemaless database for storing non-relational data. Cloud Datastore automatically scales with your users and supports ACID transactions, high availability of reads and writes, strong consistency for reads and ancestor queries, and eventual consistency for all other queries.
117
+
-[API Documentation][gcloud-datastore-docs]
118
+
-[Official Documentation][cloud-datastore-docs]
115
119
116
-
Follow the [activation instructions][cloud-datastore-activation] to use the Google Cloud Datastore API with your project.
120
+
*Follow the [activation instructions][cloud-datastore-activation] to use the Google Cloud Datastore API with your project.*
117
121
118
-
See the [gcloud-node Datastore API documentation][gcloud-datastore-docs] to learn how to interact with the Cloud Datastore using this library.
[Google Cloud Storage][cloud-storage] ([docs][cloud-storage-docs]) allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download.
170
+
-[API Documentation][gcloud-storage-docs]
171
+
-[Official Documentation][cloud-storage-docs]
168
172
169
-
See the [gcloud-node Storage API documentation][gcloud-storage-docs] to learn how to connect to Cloud Storage using this library.
173
+
#### Preview
170
174
171
175
```js
172
176
var fs =require('fs');
@@ -199,13 +203,15 @@ var fileStream = bucket.file('photo.jpg').createReadStream();
> This is a *Beta* release of Google Cloud Pub/Sub. This feature is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes.
205
210
206
-
[Google Cloud Pub/Sub][cloud-pubsub] ([docs][cloud-pubsub-docs]) allows you to connect your services with reliable, many-to-many, asynchronous messaging hosted on Google's infrastructure. Cloud Pub/Sub automatically scales as you need it and provides a foundation for building your own robust, global services.
211
+
-[API Documentation][gcloud-pubsub-docs]
212
+
-[Official Documentation][cloud-pubsub-docs]
207
213
208
-
See the [gcloud-node Pub/Sub API documentation][gcloud-pubsub-docs] to learn how to use Cloud Pub/Sub with this library.
> This is an *Alpha* release of Google Cloud Search. This feature is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes.
246
254
247
-
[Google Cloud Search][cloud-search] ([docs][cloud-search-docs]) allows you to quickly perform full-text and geospatial searches against your data without having to spin up your own instances and without the hassle of managing and maintaining a search service.
255
+
-[API Documentation][gcloud-search-docs]
256
+
-[Official Documentation][cloud-search-docs]
248
257
249
-
See the [gcloud-node Search API documentation][gcloud-search-docs] to learn how to store and query your indexes and documents using this library.
258
+
#### Preview
250
259
251
260
```js
252
261
var gcloud =require('gcloud');
@@ -300,31 +309,25 @@ Apache 2.0 - See [COPYING](COPYING) for more information.
0 commit comments