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
> Node.js idiomatic client for [Cloud Bigtable][product-docs].
11
11
12
-
[Cloud Bigtable](https://cloud.google.com/bigtable/docs/) is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.
12
+
13
+
14
+
Cloud Bigtable Client Library for Node.js
13
15
14
16
15
17
*[Cloud Bigtable Node.js Client API Reference][client-docs]
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-bigtable/tree/master/samples) directory. The samples' `README.md`
| Hello World |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/hello-world/index.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/hello-world/index.js,samples/hello-world/README.md)|
112
-
| Instance operations |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/instances.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/instances.js,samples/README.md)|
113
-
| Table operations |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/tableadmin.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/tableadmin.js,samples/README.md)|
91
+
| Instances |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/instances.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/instances.js,samples/README.md)|
92
+
| Quickstart |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
93
+
| Tableadmin |[source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/tableadmin.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/tableadmin.js,samples/README.md)|
94
+
95
+
114
96
115
97
The [Cloud Bigtable Node.js Client API Reference][client-docs] documentation
116
98
also contains samples.
@@ -119,12 +101,17 @@ also contains samples.
119
101
120
102
This library follows [Semantic Versioning](http://semver.org/).
121
103
104
+
122
105
This library is considered to be **General Availability (GA)**. This means it
123
106
is stable; the code surface will not change in backwards-incompatible ways
124
107
unless absolutely necessary (e.g. because of critical security issues) or with
125
108
an extensive deprecation period. Issues and requests against **GA** libraries
126
109
are addressed with the highest priority.
127
110
111
+
112
+
113
+
114
+
128
115
More Information: [Google Cloud Platform Launch Stages][launch_stages]
0 commit comments