We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56d0e0 commit d9890c7Copy full SHA for d9890c7
.gitignore
@@ -0,0 +1,2 @@
1
+*.pyc
2
+*~
README.md
@@ -1,9 +1,9 @@
FBP protocol examples
========================
3
4
-Examples in various languages on how to implement:
+[FBP protocol](http://noflojs.org/documentation/protocol/) examples in various languages on how to implement:
5
6
-* FBP or data-flow runtimes
+* Exposing FBP or data-flow runtimes. [Python](./python)
7
* (_TODO_) User interfaces / programming tools for FBP runtimes
8
* (_TODO_) A FBP subgraph representation of a non-FBP system
9
python/README.md
@@ -0,0 +1 @@
+Test
0 commit comments