Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 574 Bytes

Øflo (zeroflo)

Øflo is a flow based programming framework for python using ØMQ.

The library gives you means to define resuable processing units and ways to combine them to achive complex tasks. It's like unix pipes on steroids. While the formed network can solve complex problems, each unit stays simple and is testable on it's own. Furthermore, with FBP you get reusablilty and parallel execution for free.