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

square/crossfilter

Fast n-dimensional filtering and grouping of records. observed · 2026-08-28

github.com/square/crossfilter · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 70
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5298
  • days_rel: n/a
  • days_push: 182
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6189 stars · 1268 forks observed · 2026-08-28

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

Crossfilter is a JavaScript library for fast n-dimensional filtering and grouping of large multivariate datasets in the browser, using sorted indexes and incremental filtering to achieve sub-30ms interactions on millions of records. This original Square repository is no longer actively developed; an actively maintained fork lives under the Crossfilter Organization.

Use cases

  • filter and group a million-record dataset in the browser with sub-30ms interactions
  • power live histograms and top-K lists for dashboard views
  • build coordinated chart views that update together when a filter changes
  • slice and dice payment or transaction history for analytics
  • incrementally adjust filter values without recomputing from scratch

When to choose

  • you need fast multidimensional filtering and grouping of large datasets client-side
  • you are building coordinated dashboards, especially with DC.js
  • you want incremental filtering backed by sorted indexes rather than full recomputation

When to avoid

  • you need active development, new features, or official support - use the maintained crossfilter/crossfilter fork instead
  • your data lives server-side and filtering can be done in a database
  • you need a full charting library rather than a filtering/grouping engine

Facets

library · maturity maintenance

data-visualization search-engine analytics data-visualization analytics data-science frontend browser multidimensional-filtering coordinated-views in-browser-analytics sorted-indexes dc-js nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
square/crossfiltermain54

For agents

markdown · JSON · MCP: product_card(name="square/crossfilter")

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