Open Spanner
Contribute

Contribute

Where project contributors should start.

Most Open Spanner documentation is written for users running the service or connecting SDK clients. This section is for contributors working from the GitHub repository.

Useful Areas

  • Core API and storage behavior live in the Go service.
  • Dashboard UI lives in the React web app.
  • Public API references are generated from HTTP annotations.
  • SDKs are generated from the SDK OpenAPI spec.

Before opening a pull request, run the checks that match the area you changed.

On this page