xpdAcq / streamz_ext

Extensions for streamz
Other
1 stars 3 forks source link

expose graph object #12

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

It may be nice to expose a graph object which actually expresses the entire graph as a single entity. This could also make adding/removing nodes easier as we would have networkx methods.

CJ-Wright commented 6 years ago

Brain dump of current issues about this:

CJ-Wright commented 6 years ago

The linking could also maybe be done by computing the boundary of the graph?

CJ-Wright commented 6 years ago

Either of these approaches could be put inside a factory which returns the namespace or the graph. One difficulty with this will be the rolling over of state from one pipeline to another. Although maybe it would be best to not worry about this for now.