google/go-cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 91.5
- age_days: 3087
- days_rel: 92
- days_push: 9
- n_releases_24m: 7
Adoption not part of the score
9910 stars · 855 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Go Cloud Development Kit (Go CDK) is a Go library providing stable, vendor-neutral APIs for common cloud services like blob storage, document stores, and pub/sub, so applications can run on AWS, GCP, Azure, or locally with minimal changes. It works like 'database/sql' for cloud products, with URL-based driver opening and integration with the Wire code generator.
Use cases
- write Go code that works on AWS, GCP, and Azure without rewrites
- abstract blob storage across S3, GCS, and Azure Blob
- use one API for DynamoDB, Firestore, and MongoDB document stores
- test cloud applications locally with in-memory implementations
- avoid vendor lock-in for cloud-native Go applications
- build hybrid cloud deployments combining on-prem and cloud services
When to choose
- you need portable Go code across multiple cloud providers
- you want to test locally then deploy to any cloud with minimal changes
- you prefer idiomatic Go interfaces over vendor-specific SDKs
- you want to avoid vendor lock-in
When to avoid
- you only target a single cloud provider and can use its native SDK directly
- you need cutting-edge features of specific cloud services not covered by the portable APIs
- you need APIs beyond the supported set (blob, docstore, pub/sub, runtimevar, secrets)
- you require a fully stabilized, out-of-alpha API contract
Facets
library · maturity maintenance
database object-storage sdk tracing auth configuration-management cloud-computing developer-tools backend apis go windows cross-platform multi-cloud portable-apis blob-storage docstore pubsub hybrid-cloud aws gcp azure linux macos
3 sources
- readme: https://github.com/google/go-cloud · fetched 2026-08-28 · 724f95064d93
- homepage: https://gocloud.dev/ · fetched 2026-08-29 · 8fa022c68f50
- site_page: https://gocloud.dev/howto/docstore · fetched 2026-08-29 · c98c3de99170
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/go-cloud | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem