Parse the rows out of a couchdb views query without parsing it as one large json object. instead split based on the format couchdb happens to use (delimited by \r) and then parse each line with `JSON.parse`. This is much faster than parsing everything wit
Compass Import/Export Plugin
Streaming JSON serializer that allows you to add metadata and will forward an error message if the stream is destroyed prematurely
A child process who accepts a data stream from strong-parent (who spawns me) and exposes a duplex stream to process data and send it back to the parent via the fs
A duplex stream for piping a stream of data for a child to process
**A simple command line tool to find the width and height a video**
A minimal restful module to build a streaming http backend
JSON.parse and JSON.stringify wrapped in a node.js stream
Turn event emitters into streams and streams into event emitters. Streams3 version of emit-stream.
Install:
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)