# guregu/dynamo

expressive DynamoDB library for Go

Repository: https://github.com/guregu/dynamo
Canonical: https://ross.abutalabs.com/products/guregu-dynamo
Language: Go
License: NOASSERTION
License Family: other
Topics: go, dynamodb
Last push: 2026-04-14T10:58:23+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 77, release rhythm 55, longevity 100
- inputs: {"age_days": 4203, "days_push": 141, "days_rel": 141, "gap_med": 125, "n_releases_24m": 4}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1385, forks 182 (observed 2026-08-28T04:04:34.790327+00:00)

## What it is
An expressive DynamoDB client library for Go built on the official AWS SDK v2. It provides a fluent, struct-tag-based API for putting, getting, querying, and scanning items with expression building.

## Use cases
- interact with dynamodb from go
- map go structs to dynamodb items
- query and scan dynamodb tables with filters
- build dynamodb condition and filter expressions
- crud operations on aws dynamodb

## When to choose
- you use Go and want a friendlier API than raw AWS SDK calls to DynamoDB
- you want struct-tag based serialization like encoding/json
- you need expressive query, scan, and conditional write helpers

## When to avoid
- you use a language other than Go
- you need a database other than DynamoDB
- you prefer the official AWS SDK's low-level document API directly

## Facets
- artifact type: library
- maturity: stable
- function: database-driver, orm
- domain: databases, developer-tools, backend
- platform: go, windows, cross-platform
- tags: dynamodb, aws-sdk-v2, nosql, struct-mapping, query-builder, linux, macos

## Member repositories
- guregu/dynamo (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.790327+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:57.045404+00:00, confidence not recorded.
  - readme: https://github.com/guregu/dynamo (fetched 2026-08-28T04:04:34.790327+00:00, sha 83fad5d05747)
- Data as of 2026-08-30T08:39:29.467469+00:00.
