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

dashbitco/flow

Computational parallel flows on top of GenStage observed · 2026-08-28

github.com/dashbitco/flow · homepage · Elixir observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

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

Full methodology

Adoption not part of the score

1621 stars · 90 forks observed · 2026-08-28

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

Flow is an Elixir library for expressing parallel computations on collections, built on top of GenStage. It provides an Enum/Stream-like API where map, filter, and reduce operations run concurrently across multiple processes.

Use cases

  • count word frequencies in a large file in parallel
  • process large collections with map/reduce across multiple CPU cores
  • build concurrent data processing pipelines in Elixir
  • parallelize ETL-style transformations of enumerable data
  • run stateful reductions partitioned across GenStage workers

When to choose

  • you need Enum/Stream-style computations parallelized in Elixir
  • your workload fits in memory or streams from a source and benefits from multi-core processing
  • you want backpressure-aware pipelines via GenStage

When to avoid

  • you need distributed processing across a cluster like Spark or Flink
  • your data volume requires disk-based shuffling or fault-tolerant batch jobs
  • you are not on the Erlang/Elixir ecosystem

Facets

library · maturity maintenance

streaming concurrency etl microservices developer-tools elixir elixir genstage parallel-computation data-pipelines data-engineering erlang-vm

2 sources

Member repositories

RepositoryRoleHealth v2
dashbitco/flowmain76

For agents

markdown · JSON · MCP: product_card(name="dashbitco/flow")

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