An open API service indexing awesome lists of open source software.

https://github.com/googlecloudplatform/cloud-spanner-samples

Sample apps and notebooks for Cloud Spanner on Google Cloud
https://github.com/googlecloudplatform/cloud-spanner-samples

google google-cloud google-cloud-platform spanner spanner-database

Last synced: 5 months ago
JSON representation

Sample apps and notebooks for Cloud Spanner on Google Cloud

Awesome Lists containing this project

README

          

# Spanner Sample Apps and Notebooks

This repository contains notebooks and sample apps that demonstrate how to use,
develop, and manage Spanner on Google Cloud. For additional samples by
programming language, refer to the following repositories:
- [Python](https://github.com/GoogleCloudPlatform/python-docs-samples)
- [Node.js](https://github.com/GoogleCloudPlatform/nodejs-docs-samples)
- [Java](https://github.com/GoogleCloudPlatform/java-docs-samples)
- [Go](https://github.com/GoogleCloudPlatform/golang-samples)

See respective README files in sub-directories for details.

## Sample applications
- [Banking](banking/README.md)
- [Finance](finance/README.md)
- [Chunking](chunking/README.md)
- [Transit Fraud Detector](TransitFraud/README.md)

## Notebooks

## Code of Conduct
Please review the [Code of Conduct](docs/code-of-conduct.md).

## Licensing

* See [LICENSE](LICENSE)

## Contributing

If you are interested in contributing, more details on how to do so are provided
on the [Contributing page](docs/contributing.md).

## Source Code Headers

Every file containing source code must include copyright and license
information. This includes any JS/CSS files that you might be serving out to
browsers. (This is to help well-intentioned people avoid accidental copying that
doesn't comply with the license.)