nhachicha/SnappyDB
A key-value database for Android observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4652
- days_rel: n/a
- days_push: 2495
- n_releases_24m: 0
Adoption not part of the score
1774 stars · 218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity abandoned
database serialization caching databases mobile-development android-tools key-value-store nosql leveldb snappy-compression kryo-serialization android
1 source
- readme: https://github.com/nhachicha/SnappyDB · fetched 2026-08-28 · da5cb638c242
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nhachicha/SnappyDB | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="nhachicha/SnappyDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem