Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 811 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 811 Bytes

FBP protocol examples

FBP protocol examples in various languages on how to implement:

  • Exposing FBP or data-flow runtimes. Python
  • (TODO) User interfaces / programming tools for FBP runtimes
  • (TODO) A FBP subgraph representation of a non-FBP system

Terminology

We here use the term "FBP" in a wider sense, less strict than the FBP specification. The protocol does not mandate a specific execution style, and may thus be used with other types of dataflow systems, as well as systems which are not dataflow.

It is up to the user to determine whether it makes sense to use the FBP protocol with a system which is not strictly Flow-based-programming.