effect-streams-pipelines

Installation
SKILL.md

Streams & Pipelines

When to use

  • You’re building data pipelines with batching/backpressure
  • You need controlled concurrency per element
  • You must process large inputs with constant memory

Create

const s = Stream.fromIterable(items)
Installs
26
GitHub Stars
5
First Seen
Jan 23, 2026
effect-streams-pipelines — mepuka/effect-ontology