Skip to content
squaremo edited this page Sep 13, 2010 · 12 revisions

Streams is for managing data stream processing. For example: getting new items from an RSS feed, filtering them, and publishing the remainder to an XMPP pubsub node. It’s fairly easy to write a program that does exactly that, of course; but Streams makes it easier and more accessible by providing a lot of the scaffolding, like the RSS polling and XMPP pubsub gateway, as well as a model for composing pluggable transformations and filters into processing pipelines.

Pointers

What is it:

Making things with it:

Hacking on it:

Clone this wiki locally