continue-stream
Stream merger
A utility for merging multiple streams into a single stream, useful for handling paginated requests or other iteration-based data sources.
Lazily merge multiple streams in to a single stream
7 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Merges multiple streams into one interleaved stream | 213 |
| A utility that aggregates paginated responses from a URL into a single stream of data | 1 |
| Combines multiple streams into one, where each stream is emitted after the previous one is consumed. | 288 |
| A tool that enables webpack to be run as a stream to integrate with gulp pipelines. | 1,395 |
| A library that streams items from Steam inventories to reduce memory usage | 8 |
| Provides a fluent builder for creating Streams in Java to generate data lazily. | 66 |
| Combines multiple streams into a single stream for pipelining and error handling | 256 |
| Transforms a unified processor into a Node.js stream for processing input data | 17 |
| Pipes multiple streams together and destroys them when one closes | 908 |
| Turns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2. | 191 |
| Merges multiple streams of Test Anything Protocol (TAP) test results into a single unified output | 13 |
| A utility for converting Node.js Streams into Promises | 14 |
| A utility library for working with streams in JavaScript | 342 |
| Converts various input types into readable streams. | 207 |
| A collection of utility modules for working with streams in JavaScript | 1,086 |