Ross ROSS = Recommend OSS · open-source software intelligence for agents

fortunejs/fortune

Non-native graph database abstraction layer for Node.js and web browsers. observed · 2026-08-28

github.com/fortunejs/fortune · homepage · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
fortunejs/fortunemain23

For agents

markdown · JSON · MCP: product_card(name="fortunejs/fortune")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem