baffelli / pyperator

Simple python workflow engine based on asyncio and a DAG structure.
MIT License
55 stars 7 forks source link

Add support for FBP protocol #6

Open bergie opened 7 years ago

bergie commented 7 years ago

Adding FBP Protocol support for this runtime would enable lots of tooling, like:

The protoflo repo provides an example on how to implement the FBP Protocol in Python.

Once you have FBP Protocol in, we can add info about this project + potential downloadable example projects via a runtimeinfo file in Flowhub.

baffelli commented 7 years ago

Thanks for the suggestion, thats really interesting. I'm afraid It will take a while before I will be able to implement it, especially w.r.t the way I define ports compared to regular FBP. I must first understand if my definition of ArrayPort matches the commonly used one.