Skip to content

Commit

Permalink
Adds Cloud Spanner to README files. (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterHub authored and Ace Nassri committed May 9, 2017
1 parent 5cfff56 commit 4ea4f39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 4ea4f39

Please sign in to comment.