through2-map-promise
Data stream transformer
A promise-based wrapper around through2 to transform data streams with promises and flow control
A small promise-based wrapper for through2
3 stars
4 watching
0 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brycebaril/through2-map | A utility for transforming streams by applying a mapping function to each segment | 70 |
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 |
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,292 |
sindresorhus/p-props | A utility for running multiple promises concurrently and mapping values to fulfill them | 193 |
sindresorhus/p-map-series | Serializes promise-based operations to ensure predictable order and execution of side effects. | 47 |
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 |
stavro/remodel | A library to transform data structures for API serialization | 141 |
brycebaril/through2-filter | A wrapper around through2 that simplifies filtering streams in JavaScript | 35 |
max-mapper/concat-stream | A writable stream that concatenates all the data from a stream and calls a callback with the result. | 573 |
rajasegar/codeshift | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
samccone/promise-semaphore | Manages concurrent tasks in a serial fashion with configurable parallelism | 29 |