Skip to content
#

flow-based-programming

Here are 114 public repositories matching this topic...

pdxjohnny
pdxjohnny commented Feb 20, 2022

Pain Point

Currently when a use modifies dataflow.flow the dataflow is not updated unless dataflow.update() is called.

For example:

https://github.com/intel/dffml/blob/8c87efaf55707bf1c3f72406226de85111fb7681/examples/io/io_usage.py#L11-L49

Proposed Solution

Ideally whenever flow is modified, or any subproperty all the way down the nested objects is modifed. We would aut

Improve this page

Add a description, image, and links to the flow-based-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flow-based-programming topic, visit your repo's landing page and select "manage topics."

Learn more