# clj-commons/manifold

A compatibility layer for event-driven abstractions

Repository: https://github.com/clj-commons/manifold
Canonical: https://ross.abutalabs.com/products/clj-commons-manifold
Language: Clojure
License Family: other
Topics: stream-processing, future, clojure, async, stream
Last push: 2026-03-16T13:27:37+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 72, release rhythm 35, longevity 100
- inputs: {"age_days": 4565, "days_push": 170, "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 1051, forks 109 (observed 2026-08-28T04:03:23.058683+00:00)

## What it is
Manifold is a Clojure library providing building blocks for asynchronous programming: deferreds for single async values and streams for ordered sequences of async values. It also acts as a translation layer between incompatible async abstractions like core.async channels, Java BlockingQueues, and lazy sequences.

## Use cases
- compose asynchronous workflows in Clojure without raw callbacks
- bridge between core.async channels and Java BlockingQueues
- process streams of async values with backpressure
- represent async results that can carry errors like futures
- unify event-driven abstractions across different libraries

## When to avoid
- you're not on the JVM/Clojure ecosystem
- you only need simple core.async channels without compatibility needs
- you need a maintained license-guaranteed dependency for strict compliance (no explicit license listed)

## Facets
- artifact type: library
- maturity: active
- function: concurrency, streaming, middleware
- domain: developer-tools, backend, microservices
- platform: jvm, jvm-scripting
- tags: clojure, async, deferreds, streams, event-driven, backpressure, core-async-compat

## Member repositories
- clj-commons/manifold (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.058683+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-30T07:00:03.235298+00:00, confidence not recorded.
  - readme: https://github.com/clj-commons/manifold (fetched 2026-08-28T04:03:23.058683+00:00, sha 1e7404fd98a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
