Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:8
-
Epic Link:
-
Team:Data Facility
Description
Current implementation of the generic DAX generator accepts only networkx.DiGraph as an input. The goal is to implement ability to support importing graphs expressed in a few "standard" formats, starting with GraphML.
Steve Pietrowicz I'm adding a prototype of a generic DAX generator to my code base. It's not "plugged in" yet but I would appreciate any remarks regarding its design and functionalities it may be missing e.g. from the perspective of the campaign manager.
The stub of the documentation which may shed some light on the current design is available here (on branch /u/mxk62/graph).