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 8 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility for transforming streams by applying a mapping function to each segment | 70 |
| | A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. | 1,902 |
| | Transform stream processing in parallel to improve performance | 74 |
| | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| | A utility for running multiple promises concurrently and mapping values to fulfill them | 194 |
| | Serializes promise-based operations to ensure predictable order and execution of side effects. | 48 |
| | A collection of utility modules for working with streams in JavaScript | 1,086 |
| | A utility for converting Node.js Streams into Promises | 14 |
| | A library to transform data structures for API serialization | 141 |
| | A wrapper around through2 that simplifies filtering streams in JavaScript | 35 |
| | A writable stream that concatenates all the data from a stream and calls a callback with the result. | 574 |
| | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
| | Utility to create a new tree by mapping all nodes with a given function | 35 |
| | Repeats an action until a condition is met, then resolves a promise. | 3 |
| | Manages concurrent tasks in a serial fashion with configurable parallelism | 29 |