Skip to main content

Spanner AIP Go

Recommendation
Updated
Moved
USE
2021-10-01

What is it

Spanner AIP Go is a Go SDK for implementing AIP gRPC APIs backed by Spanner persistence.

It provides a code generator that generates Go bindings to any Spanner tables, with APIs for e.g. pagination that are specifically designed to work well with AIP.

When to use it

Use it when implementing persistent storage in Spanner for a gRPC service.