From 5000a5712aa2c56f5d1b29f496236bce929af306 Mon Sep 17 00:00:00 2001 From: Walter Poupore Date: Mon, 8 May 2017 16:30:28 -0700 Subject: [PATCH] Adds Cloud Spanner to README files. --- README.md | 11 +++++++++++ functions/README.md | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89db0dbfb7..b23fe41374 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ on Google Cloud Platform. * [Google Container Engine](#google-container-engine) * [Google Cloud Functions (Beta)](#google-cloud-functions-beta) * [**Storage and Databases**](#storage-and-databases) + * [Cloud Spanner](#cloud-spanner) * [Google Cloud Datastore](#google-cloud-datastore) * [Google Cloud Storage](#google-cloud-storage) * [**Big Data**](#big-data) @@ -222,6 +223,16 @@ View the [Cloud Functions Node.js samples][functions_samples]. ### Storage and Databases +#### Cloud Spanner + +[Cloud Spanner][spanner_docs] is a managed, mission-critical, globally +consistent and scalable relational database service. + +View the [Cloud Spanner Node.js samples][spanner_samples]. + +[spanner_docs]: https://cloud.google.com/spanner/docs/ +[spanner_samples]: spanner + #### Google Cloud Datastore [Cloud Datastore][datastore_docs] is a NoSQL document database built for diff --git a/functions/README.md b/functions/README.md index 3eefdb8adc..1e9f0890c7 100644 --- a/functions/README.md +++ b/functions/README.md @@ -22,9 +22,10 @@ environment. * [Hello World](helloworld/) * [Background](background/) * [Callbacks](messages/) -* [Cloud Storage](gcs/) * [Cloud Datastore](datastore/) * [Cloud Pub/Sub](pubsub/) +* [Cloud Spanner](spanner/) +* [Cloud Storage](gcs/) * [Dependencies](uuid/) * [Error Reporting](errorreporting/) * [HTTP](http/)