# erikolson186/zangodb

MongoDB-like interface for HTML5 IndexedDB

Repository: https://github.com/erikolson186/zangodb
Canonical: https://ross.abutalabs.com/products/zangodb
Homepage: https://erikolson186.github.io/zangodb/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2018-11-09T00:15:52+00:00

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

## Adoption (not part of the score)
Stars 1069, forks 70 (observed 2026-08-28T04:03:27.708155+00:00)

## What it is
ZangoDB is a MongoDB-like interface for HTML5 IndexedDB in the browser, supporting familiar filtering, projection, sorting, updating, and aggregation operators. It lets client-side JavaScript code query browser-local storage with MongoDB-style syntax.

## Use cases
- store and query data offline in the browser
- use MongoDB query syntax with IndexedDB
- run aggregations on client-side data
- build offline-first web apps with local storage
- filter, sort, and project documents in IndexedDB

## When to choose
- you want MongoDB-style queries over browser IndexedDB
- you need client-side offline data storage with rich querying
- you're building a browser app that already uses MongoDB on the server

## When to avoid
- you need a real server-side database
- you need full MongoDB feature coverage or recent updates
- you need a maintained library - the last release was in 2018

## Facets
- artifact type: library
- maturity: maintenance
- function: database, orm
- domain: databases, web-development, frontend
- platform: browser
- tags: indexeddb, mongodb-like, nosql, client-side-database, query-operators, aggregation, nodejs, javascript

## Member repositories
- erikolson186/zangodb (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.708155+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:54:26.266942+00:00, confidence not recorded.
  - readme: https://github.com/erikolson186/zangodb (fetched 2026-08-28T04:03:27.708155+00:00, sha 572872e934b3)
  - homepage: https://erikolson186.github.io/zangodb/ (fetched 2026-08-29T12:56:35.310361+00:00, sha 17705836fb21)
  - registry_npm: https://registry.npmjs.org/zangodb (fetched 2026-08-29T12:56:35.319583+00:00, sha f1cd75b1a6f1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
