Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 747 Bytes

File metadata and controls

24 lines (14 loc) · 747 Bytes

First Steps with Google Cloud Spanner

You can find a summary of "First Steps with Cloud Spanner" on Youtube and Medium.

This folder contains the source code samples for:

  • create, scale and delete a Cloud Spanner Instance
  • create a database with schema
  • delete a database
  • insert, update, read, delete data

All samples are in Java but can easily be adapted to other languages.

Contributing

Contributions to this repository are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

License

Apache 2.0 - See LICENSE for more information.

This is not an official Google product