nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert filter from an operator to a processor

reubano opened this issue · comments

There's no reason why filter needs access to the entire stream. It should be able to operate on individual items.