Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Cloud Spanner to README files. #381

Merged
merged 1 commit into from
May 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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