How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
a streaming interface for archive generation
`sh npm install --save stream-to-promise `
EventStream is like functional programming meets IO
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
tar-stream is a streaming tar parser and generator.
The main features of mafintosh/tar-stream are: Compression Utilities, Stream Utilities.
Open-source alternatives to mafintosh/tar-stream include: archiverjs/node-archiver — a streaming interface for archive generation. bendrucker/stream-to-promise — ``sh npm install --save stream-to-promise ``. dominictarr/event-stream — EventStream is like functional programming meets IO. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/map-stream. almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency).