thru stream - a transform stream operating in objectMode
.
Components
- through2 - makes it easy to generate transform
streams without all the subclassing boilerplate
- through2-map -
Array.prototype.map analog for streams
- through2-filter -
Array.prototype.filter analog for streams
- through2-reduce -
Array.prototype.reduce analog for streams
- stream reducer demo - showing how
to extend a transform stream to create reducers/accumulators for streamed objects
Collections
- sculpt - a collection of transform stream
utilities (all operating in
objectMode
)
- pipe-iterators - another collection
of functions for iterating over object mode streams