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

max-mapper/mississippi

A collection of useful stream utility modules for writing better code using streams observed · 2026-08-28

github.com/max-mapper/mississippi · JavaScript · BSD-2-Clause (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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4051
  • days_rel: n/a
  • days_push: 2279
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1086 stars · 37 forks observed · 2026-08-28

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

mississippi is a Node.js library bundling useful stream utility modules (pipe, each, pipeline, duplex, through, from, to, concat, finished, parallel) to make working with streams easier. It emphasizes correct error handling, speed, and composability, while each utility is also available as an individual npm module.

Use cases

  • pipe streams together with proper error propagation and cleanup
  • iterate over stream data chunk by chunk with a callback
  • build a multi-stage transform stream pipeline
  • concatenate all data from a stream into a single buffer
  • run async tasks over stream data with limited parallelism
  • create readable, writable, and duplex streams from simple functions

When to choose

  • you write Node.js stream code and want reliable error handling that plain .pipe() lacks
  • you want a curated set of composable stream helpers instead of hand-rolling them
  • you're on an older Node version without stream.pipeline built in

When to avoid

  • you're on modern Node.js and can use built-in stream.pipeline and stream.finished
  • you prefer web streams or async iterators over classic Node streams
  • you need actively developed features - the project is in maintenance mode

Facets

library · maturity maintenance

streaming error-handling concurrency developer-tools developer-tools backend node-streams stream-utilities pipeline pump through-streams nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
max-mapper/mississippimain23

For agents

markdown · JSON · MCP: product_card(name="max-mapper/mississippi")

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