Posts Tagged “streams”

Consuming DataSift Streams with Node.js

by Tim on February 17, 2011

This Node.js code sample consumes a DataSift stream and invokes a callback with each message object as it arrives. The DataSift streams contain one JSON object per line, and may receive occasional empty lines to act as a “you are (…)

Read the rest of this entry »