Skip to content

flowbased/protocol-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Examples/skeletons for implementing the FBP protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages