# architect/dynalite

An implementation of Amazon's DynamoDB built on LevelDB

Repository: https://github.com/architect/dynalite
Canonical: https://ross.abutalabs.com/products/dynalite
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2025-09-18T18:29:37+00:00

## Health v2 (maintenance only)
Score: 42/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 42, release rhythm 8, longevity 100
- inputs: {"age_days": 4825, "days_push": 349, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1076, forks 109 (observed 2026-08-28T04:03:29.429048+00:00)

## What it is
Dynalite is a JavaScript implementation of Amazon's DynamoDB API built on LevelDB, runnable as a CLI or embedded Node.js HTTP server with fast in-memory or persistent storage. It closely mimics live DynamoDB behavior, including limits and error messages, making it ideal for local development and testing.

## Use cases
- run a local DynamoDB server for testing
- mock DynamoDB in integration tests without the JVM
- start an in-memory DynamoDB in milliseconds
- test AWS SDK code against a fake DynamoDB endpoint
- persist test data locally with LevelDB
- replace DynamoDB Local in Node.js test suites

## When to choose
- you need a fast, lightweight DynamoDB mock that starts in milliseconds
- you want to avoid the JVM/Docker overhead of DynamoDB Local
- you're testing Node.js applications that use the AWS SDK
- you need programmatic embedding of a DynamoDB server in tests

## When to avoid
- you need full feature parity including transactions and the latest DynamoDB features
- you prefer the officially supported Amazon DynamoDB Local
- you need a production database rather than a test double

## Facets
- artifact type: library
- maturity: maintenance
- function: database, http-server, mocking, testing, cli
- domain: databases, developer-tools, testing, cloud-computing
- platform: cli, cross-platform
- tags: dynamodb, dynamodb-local, leveldb, aws-mock, test-double, in-memory-database, serverless-testing, nodejs

## Member repositories
- architect/dynalite (main) score 42

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.429048+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-30T06:53:20.718630+00:00, confidence not recorded.
  - readme: https://github.com/architect/dynalite (fetched 2026-08-28T04:03:29.429048+00:00, sha 5d52d70516f1)
  - registry_npm: https://registry.npmjs.org/dynalite (fetched 2026-08-29T12:54:40.468900+00:00, sha 19acefb40b8b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
