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.
Transform your data as it pass by, synchronously.
The main features of mcollina/syncthrough are: Stream Processing.
Open-source alternatives to mcollina/syncthrough include: brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-filter — A through2 wrapper to create an Array.prototype.filter analog for streams. brycebaril/through2-map — A through2 to create an Array.prototype.map analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. mafintosh/pump — pipe streams together and close all of them if one of them closes.
A through2 wrapper to create an Array.prototype.filter analog for streams
A through2 to create an Array.prototype.map analog for streams.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
A streams2 Readable stream generator, useful for testing.