# nhachicha/SnappyDB

A key-value database for Android

Repository: https://github.com/nhachicha/SnappyDB
Canonical: https://ross.abutalabs.com/products/snappydb
Language: HTML
License Family: other
Archived: true
Last push: 2019-11-03T10:25:44+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4652, "days_push": 2495, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1774, forks 218 (observed 2026-08-28T04:05:34.388948+00:00)

## What it is
SnappyDB is a key-value NoSQL database library for Android built on LevelDB with Snappy compression. It stores primitive types, Serializable objects, and arrays in a type-safe way using Kryo serialization, and can outperform SQLite for read/write operations.

## Use cases
- store key-value data on android without sqlite
- persist serializable objects in an android app
- fast local nosql storage for mobile
- cache primitive types and arrays on device
- replace sqlite with a leveldb-based key-value store
- compress redundant local data on android

## When to choose
- you need a simple type-safe key-value store on Android
- you want faster read/write performance than SQLite for your access pattern
- you prefer a NoSQL approach over relational storage on mobile

## When to avoid
- you need an actively maintained library - the last release was 2019
- you need relational queries or SQL
- you target iOS or non-Android platforms
- you need multi-platform or JVM server-side storage

## Facets
- artifact type: library
- maturity: abandoned
- function: database, serialization, caching
- domain: databases, mobile-development, android-tools
- platform: -
- tags: key-value-store, nosql, leveldb, snappy-compression, kryo-serialization, android

## Member repositories
- nhachicha/SnappyDB (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.388948+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-30T03:25:23.784810+00:00, confidence not recorded.
  - readme: https://github.com/nhachicha/SnappyDB (fetched 2026-08-28T04:05:34.388948+00:00, sha da5cb638c242)
- Data as of 2026-08-30T08:39:29.467469+00:00.
