# plumatic/plumbing

Prismatic's Clojure(Script) utility belt

Repository: https://github.com/plumatic/plumbing
Canonical: https://ross.abutalabs.com/products/plumbing
Language: Clojure
License Family: other
Last push: 2025-07-01T01:21:46+00:00

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

## Adoption (not part of the score)
Stars 1502, forks 103 (observed 2026-08-28T04:04:54.443861+00:00)

## What it is
Prismatic's Clojure/ClojureScript utility belt, best known for its Graph library that lets you declaratively specify structured computations as maps of keyword functions and compile them into efficient functions. It also includes plumbing.core, a collection of commonly used helper functions and macros like fnk.

## Use cases
- declare a dataflow computation as a map of steps and compile it to a function
- share intermediate computation results without manual let-binding plumbing
- validate and analyze the structure of a multi-step computation
- use handy Clojure core helper functions like fnk and sum
- run the same computation graph in Clojure and ClojureScript

## When to choose
- you are writing Clojure or ClojureScript and want a declarative way to express dependency-ordered computations
- you want to compose, monitor, or swap implementations of steps in a structured computation
- you want a small, battle-tested utility namespace used widely in the Clojure ecosystem

## When to avoid
- you need a maintained general-purpose dataflow engine with active development and guarantees
- you are not on the JVM or ClojureScript
- you need a full reactive/streaming framework rather than a compile-once computation graph

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools, workflow-automation, serialization
- domain: developer-tools
- platform: jvm, jvm-scripting
- tags: clojure, clojurescript, graph, fnk, utility-belt, dataflow, algorithms, functional-programming

## Member repositories
- plumatic/plumbing (main) score 45

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:54.443861+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-30T04:32:54.389372+00:00, confidence not recorded.
  - readme: https://github.com/plumatic/plumbing (fetched 2026-08-28T04:04:54.443861+00:00, sha 1bb95d32f744)
- Data as of 2026-08-30T08:39:29.467469+00:00.
