The project I am working on has 3 parts.
-
develop a workflow in which SQL tables can be represented in graph form with the relevant meta information and the ability to develop a workflow to connect columns of different sub graphs with eachother (steiner tree algo). See example bellow. This seems to work.
-
currently I am looking for a framework in which a user can interact with the graph in a certain (programmed way). For instance i want the user to be able to click any of the columns she wants to join and once she is done, the steiner tree algo will OVERLAY the calculated path on the existing graph. Whereby there can be some more user interaction.
question:
Which packages (or parts of packages) should I have a closer look at to get this type of functionality?
thank you in advance!
best