netwerk-digitaal-erfgoed / ld-workbench

A CLI tool for transforming large RDF datasets using pure SPARQL.
4 stars 1 forks source link

Support backpressure #89

Open ddeboer opened 3 months ago

ddeboer commented 3 months ago

Node.js streams support backpressure out-of-the-box. But the underlying EventEmitter, which is used in this package, does not.