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
[Cloud Datastore](https://cloud.google.com/datastore/docs) is a NoSQL document database built for automatic scaling, high performance, and ease of application development. While the Cloud Datastore interface has many of the same features as traditional databases, as a NoSQL database it differs from them in the way it describes relationships between data objects.
12
11
13
12
14
-
*[Using the client library](#using-the-client-library)
13
+
14
+
Cloud Datastore Client Library for Node.js
15
+
16
+
17
+
*[Google Cloud Datastore Node.js Client API Reference][client-docs]
[Cloud Datastore](https://cloud.google.com/datastore/docs) is a NoSQL document database built for automatic scaling, high performance, and ease of application development. While the Cloud Datastore interface has many of the same features as traditional databases, as a NoSQL database it differs from them in the way it describes relationships between data objects.
9
+
10
10
11
11
## Table of Contents
12
12
13
13
*[Before you begin](#before-you-begin)
14
14
*[Samples](#samples)
15
-
*[Tasks](#tasks)
16
15
*[Concepts](#concepts)
17
-
*[Errors and Error Handling](#errors-and-error-handling)
16
+
*[Quickstart](#quickstart)
17
+
*[Tasks](#tasks)
18
18
19
19
## Before you begin
20
20
21
-
Before running the samples, make sure you've followed the steps in the
22
-
[Before you begin section](../README.md#before-you-begin) of the client
23
-
library's README.
21
+
Before running the samples, make sure you've followed the steps outlined in
22
+
[Using the client library](https://github.com/googleapis/nodejs-datastore#using-the-client-library).
24
23
25
24
## Samples
26
25
26
+
27
+
28
+
### Concepts
29
+
30
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/concepts.js).
31
+
32
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/concepts.js,samples/README.md)
33
+
34
+
__Usage:__
35
+
36
+
37
+
`node concepts.js`
38
+
39
+
40
+
-----
41
+
42
+
43
+
44
+
45
+
### Quickstart
46
+
47
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/quickstart.js).
48
+
49
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
50
+
51
+
__Usage:__
52
+
53
+
54
+
`node quickstart.js`
55
+
56
+
57
+
-----
58
+
59
+
60
+
61
+
27
62
### Tasks
28
63
29
-
View the [source code][tasks_0_code].
64
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/tasks.js).
30
65
31
66
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/tasks.js,samples/README.md)
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/concepts.js,samples/README.md)[concepts_1_docs]: https://cloud.google.com/datastore/docs/concepts/entities
42
-
[concepts_1_code]: concepts.js
43
73
44
-
### Errors and Error Handling
45
74
46
-
View the [source code][error_2_code].
47
75
48
-
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/error.js,samples/README.md)
0 commit comments