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
- Host: GitHub
- URL: https://github.com/flowbased/protocol-examples
- Owner: flowbased
- Created: 2014-07-04T09:56:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T19:34:46.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T06:51:13.739Z (10 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 6
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.