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

kofrasa/mingo

MongoDB query language for in-memory objects observed · 2026-08-28

github.com/kofrasa/mingo · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4725
  • days_rel: n/a
  • days_push: 26
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1038 stars · 92 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mingo is a TypeScript library that implements the MongoDB query language for in-memory JavaScript objects. It supports queries, projections, aggregation pipelines, and update operations without requiring a database.

Use cases

  • filter arrays of objects with MongoDB-style queries
  • run aggregation pipelines on in-memory data
  • query JSON data in the browser without a server
  • update collections of objects with MongoDB update operators
  • transform and group data lazily with dot notation selectors

When to choose

  • you want MongoDB-like querying over local arrays or JSON without a database
  • you need aggregation pipelines in Node.js or the browser
  • you want a lightweight, dependency-free query engine for in-memory data

When to avoid

  • you need a real persistent database with indexes and concurrent access
  • you need full MongoDB feature parity or server-side features
  • you work outside the JavaScript/TypeScript ecosystem

Facets

library · maturity active

search-engine data-science parser databases data-science developer-tools browser bun cross-platform mongodb-query-language in-memory-objects aggregation-pipeline query-language typescript nodejs deno

1 source

Member repositories

RepositoryRoleHealth v2
kofrasa/mingomain75

For agents

markdown · JSON · MCP: product_card(name="kofrasa/mingo")

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