through2-map
Stream transformer
A utility for transforming streams by applying a mapping function to each segment
A through2 to create an Array.prototype.map analog for streams.
70 stars
3 watching
2 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brycebaril/through2-filter | A wrapper around through2 that simplifies filtering streams in JavaScript | 35 |
rangermauve/through2-map-promise | A promise-based wrapper around through2 to transform data streams with promises and flow control | 3 |
brycebaril/node-stream-spigot | A utility library for generating Readable streams from arrays and synchronous generators | 15 |
rvagg/through2 | A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. | 1,902 |
almost/through2-concurrent | A Node.js stream transform that processes data in parallel with a maximum concurrency limit | 74 |
hughsk/from2 | A high-level module for creating readable streams that handle backpressure | 132 |
max-mapper/mississippi | A collection of utility modules for working with streams in JavaScript | 1,085 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
rajasegar/codeshift | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
bersaelor/wallstreaming | A Swift ARKit demo that streams video on a wall using SpriteKit and AR world tracking | 97 |
gabesoft/trans | A library that enables easy transformation of complex JSON objects by specifying composite field names and chaining multiple transformation methods. | 179 |
pylons/colander | A library for serializing and deserializing data structures into strings, mappings, and lists while performing validation. | 451 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
senocular/transformtool | A toolset for manipulating objects in 2D space using 2 different programming languages. | 78 |
benjamminf/warpjs | A JavaScript library for applying complex transformations to SVG graphics in the browser | 488 |