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
- Host: GitHub
- URL: https://github.com/googlecloudplatform/cloud-spanner-samples
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2021-05-19T04:48:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T17:30:57.000Z (5 months ago)
- Last Synced: 2025-08-01T19:31:04.403Z (5 months ago)
- Topics: google, google-cloud, google-cloud-platform, spanner, spanner-database
- Language: Java
- Homepage: https://cloud.google.com/spanner?e=48754805
- Size: 4.16 MB
- Stars: 13
- Watchers: 24
- Forks: 25
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.)