nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes
MIT License
1.61k stars 77 forks source link

FileReader should be a Producer #39

Open markrwilliams opened 7 years ago

markrwilliams commented 7 years ago

riko.bado.io.FileReader should be a push_ producer. This will be easier to implement and conform to most Consumer's expectations.

reubano commented 7 years ago

There's also https://github.com/nerevu/riko/commit/255dd2022a754ed02c3980f8a65f3e9b45aa7b53. Is that any better?