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

nytimes/pourover

A library for simple, fast filtering and sorting of large collections in the browser. There is a community-maintained fork that addresses a handful of post-NYT issues available via @hhsnopek's https://github.com/hhsnopek/pourover observed · 2026-08-28

github.com/nytimes/pourover · JavaScript · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: 4523
  • days_rel: n/a
  • days_push: 3913
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2375 stars · 112 forks observed · 2026-08-28

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

PourOver is a JavaScript library for fast filtering, sorting, and composing queries over large collections (hundreds of thousands of items) entirely in the browser. It enables data-exploration apps and archives that render query results instantly without database calls.

Use cases

  • filter and sort 100,000+ items in the browser at 60fps
  • build client-side data exploration apps without a backend
  • compose union, intersect, and difference queries over collections
  • build searchable archives or interactive newsroom features
  • cache and page through large datasets in the browser

When to choose

  • you need instant client-side filtering of large datasets without server round-trips
  • you want composable, memoized queries that update incrementally as data changes
  • you're building a browser-based archive or data-exploration interface

When to avoid

  • you need a maintained library with active community support - the original repo is minimally maintained and a community fork exists
  • your data lives on a server and you need server-side search or a real search engine
  • you need modern ES module tooling - the library depends on Underscore.js and targets legacy browsers

Facets

library · maturity maintenance

search-engine data-visualization web-development frontend analytics browser client-side-filtering in-browser-querying large-collections sorting data-exploration underscore search javascript

1 source

Member repositories

RepositoryRoleHealth v2
nytimes/pourovermain10

For agents

markdown · JSON · MCP: product_card(name="nytimes/pourover")

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