# misoproject/dataset

JavaScript library that makes managing the data behind client-side visualisations easy

Repository: https://github.com/misoproject/dataset
Canonical: https://ross.abutalabs.com/products/misoproject-dataset
Homepage: http://misoproject.com
Language: JavaScript
License: GPL-2.0
License Family: copyleft
Last push: 2017-12-13T00:53:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5458, "days_push": 3186, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1172, forks 98 (observed 2026-08-28T04:03:51.752363+00:00)

## What it is
Dataset.js is a JavaScript library for managing data behind client-side visualizations, handling loading, parsing, sorting, filtering, and querying of datasets including realtime data. It is part of the Miso Toolkit and works in both the browser and Node.js.

## Use cases
- load and parse csv or json data in the browser for charts
- filter and sort tabular data client-side
- create derivative datasets from a base dataset
- manage realtime data feeds for d3 visualizations
- query datasets with column-based operations in javascript

## When to choose
- building a legacy browser-based visualization that needs in-memory tabular data manipulation
- you need dataset loading, parsing, and derivative datasets in one small library

## When to avoid
- starting a new modern project - the library is unmaintained with no releases since 2017
- you need server-side big data processing or a dataframe library with active support
- you need ES modules or modern tooling - it ships AMD/script-tag builds with old dependencies

## Facets
- artifact type: library
- maturity: abandoned
- function: data-science, data-visualization, parser, json, csv
- domain: data-science, data-visualization, frontend, web-development
- platform: browser
- tags: client-side-data, datasets, miso-toolkit, data-manipulation, realtime-data, nodejs, javascript

## Member repositories
- misoproject/dataset (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:51.752363+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:28:27.644469+00:00, confidence not recorded.
  - readme: https://github.com/misoproject/dataset (fetched 2026-08-28T04:03:51.752363+00:00, sha 82eff9bd7894)
  - homepage: http://misoproject.com (fetched 2026-08-29T12:33:57.528267+00:00, sha ae401cef8797)
- Data as of 2026-08-30T08:39:29.467469+00:00.
