flow-based.org
flow-based.org copied to clipboard
Flow-based programming specification wiki
flowbased.org is no longer available?
Just wondering what the status of the wiki is... Is anyone actively maintaining it? What is its scope - i.e. is it intended to embrace both "classical" FBP and NoFlo...
I created a new page talking about common flow control patterns/components, which are a core part of FBP. Components like Delay, Escrow, Cache, etc.
In https://github.com/flowbased/flowbased.org/wiki/FBP-DSL , it says: "The javascript implementation of the parser assumes order of declaration as the index automatically, but this is not a characteristic of the DSL." I assume...
This would make it possible to specify names for the ports, as opposed to a numerical index. Otherwise, it would work the same as [array ports](https://github.com/flowbased/flowbased.org/wiki/Advanced%20Features#array-ports). https://github.com/noflo/noflo/issues/262
It would be nice if FBP or JSON graphs had an automatic visualization powered by [the-graph](https://github.com/the-grid/the-graph) custom element. Could replace backtick-delimited code blocks with a button to switch between code...