An open API service indexing awesome lists of open source software.

https://github.com/flowbased/protocol-examples

Examples/skeletons for implementing the FBP protocol
https://github.com/flowbased/protocol-examples

Last synced: 9 months ago
JSON representation

Examples/skeletons for implementing the FBP protocol

Awesome Lists containing this project

README

          

FBP protocol examples
========================

[FBP protocol](http://noflojs.org/documentation/protocol/) examples in various languages on how to implement:

* Exposing FBP or data-flow runtimes. [Python](./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](https://github.com/flowbased/flowbased.org/wiki).
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.