fortunejs/fortune
Non-native graph database abstraction layer for Node.js and web browsers. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4755
- days_rel: n/a
- days_push: 782
- n_releases_24m: 0
Adoption not part of the score
1450 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fortune.js is a non-native graph database abstraction layer for Node.js and web browsers that implements graph-like features such as bi-directional relationships, inverse updates, and referential integrity at the application level. It provides a common CRUD interface over pluggable database adapters including in-memory, IndexedDB, MongoDB, Postgres, and NeDB.
Use cases
- add bi-directional relationships to any database
- make application storage portable across database backends
- share the same data models between server and client
- maintain referential integrity and inverse updates automatically
- build a data layer for a micro-blogging or social app
- persist data in the browser with IndexedDB
When to choose
- you need graph-like relationships without running a native graph database
- you want to swap database adapters without changing application code
- you want one data model shared across Node.js server and browser client
When to avoid
- you need native graph database query performance or traversal algorithms
- you need a full-featured ORM with complex query building and migrations
- you need an actively developed project with frequent releases
Facets
library · maturity maintenance
database orm databases web-development backend browser database-abstraction graph-database data-access-layer database-adapter referential-integrity browser-storage nodejs javascript
4 sources
- readme: https://github.com/fortunejs/fortune · fetched 2026-08-28 · 7a5a9ae60a47
- homepage: http://fortune.js.org · fetched 2026-08-29 · e6d6ea9b8046
- site_page: http://fortune.js.org/api · fetched 2026-08-29 · de3de48abd40
- site_page: http://fortune.js.org/changelog · fetched 2026-08-29 · 056c020e2b1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fortunejs/fortune | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="fortunejs/fortune")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem