Skip to content

Commit 4ea4f39

Browse files
WalterHubAce Nassri
authored andcommitted
Adds Cloud Spanner to README files. (#381)
1 parent 5cfff56 commit 4ea4f39

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on Google Cloud Platform.
3131
* [Google Container Engine](#google-container-engine)
3232
* [Google Cloud Functions (Beta)](#google-cloud-functions-beta)
3333
* [**Storage and Databases**](#storage-and-databases)
34+
* [Cloud Spanner](#cloud-spanner)
3435
* [Google Cloud Datastore](#google-cloud-datastore)
3536
* [Google Cloud Storage](#google-cloud-storage)
3637
* [**Big Data**](#big-data)
@@ -222,6 +223,16 @@ View the [Cloud Functions Node.js samples][functions_samples].
222223

223224
### Storage and Databases
224225

226+
#### Cloud Spanner
227+
228+
[Cloud Spanner][spanner_docs] is a managed, mission-critical, globally
229+
consistent and scalable relational database service.
230+
231+
View the [Cloud Spanner Node.js samples][spanner_samples].
232+
233+
[spanner_docs]: https://cloud.google.com/spanner/docs/
234+
[spanner_samples]: spanner
235+
225236
#### Google Cloud Datastore
226237

227238
[Cloud Datastore][datastore_docs] is a NoSQL document database built for

functions/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ environment.
2222
* [Hello World](helloworld/)
2323
* [Background](background/)
2424
* [Callbacks](messages/)
25-
* [Cloud Storage](gcs/)
2625
* [Cloud Datastore](datastore/)
2726
* [Cloud Pub/Sub](pubsub/)
27+
* [Cloud Spanner](spanner/)
28+
* [Cloud Storage](gcs/)
2829
* [Dependencies](uuid/)
2930
* [Error Reporting](errorreporting/)
3031
* [HTTP](http/)

0 commit comments

Comments
 (0)