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

GitHub

3 stars
4 watching
0 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
brycebaril/through2-mapA utility for transforming streams by applying a mapping function to each segment70
rvagg/through2A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise.1,902
almost/through2-concurrentTransform stream processing in parallel to improve performance74
sindresorhus/p-mapA utility for mapping over promises concurrently while controlling concurrency and error handling.1,376
sindresorhus/p-propsA utility for running multiple promises concurrently and mapping values to fulfill them194
sindresorhus/p-map-seriesSerializes promise-based operations to ensure predictable order and execution of side effects.48
max-mapper/mississippiA collection of utility modules for working with streams in JavaScript1,086
then/spromA utility for converting Node.js Streams into Promises14
stavro/remodelA library to transform data structures for API serialization141
brycebaril/through2-filterA wrapper around through2 that simplifies filtering streams in JavaScript35
max-mapper/concat-streamA writable stream that concatenates all the data from a stream and calls a callback with the result.574
rajasegar/codeshiftA Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees47
syntax-tree/unist-util-mapUtility to create a new tree by mapping all nodes with a given function35
busterc/promise-do-whilstRepeats an action until a condition is met, then resolves a promise.3
samccone/promise-semaphoreManages concurrent tasks in a serial fashion with configurable parallelism29