I have read the README. Just to get rid of the confusion, I am asking this question.
I am trying to build a desktop app (Tkinter / Kivy / PySimpleGUI) that will leverage labeled property graph model for knowledge graph (the relationships will have label or may be shapes with label). The data will be in JSON.
different taxonomies can coexist in a single knowledge graph.
The node and relationship shapes need to by customizable. Like square instead of eclipse. With some theme, like underline bellow heading.
The nodes and relationships need to be click and right clickable so that i get a context menu on right click and can run operations on that node / relationship.
would be able to zoom in and out by scrolling.
would be able to drag and move the nodes.
Would work with Tkinter / Kivy / PySimpleGUI
Will it be possible with networkx_viewer.
[1] The Images are from Building Knowledge Graphs A Practitioner's Guide by Jesús Barrasa and Jim Webber
I have read the README. Just to get rid of the confusion, I am asking this question.
I am trying to build a desktop app (Tkinter / Kivy / PySimpleGUI) that will leverage labeled property graph model for knowledge graph (the relationships will have label or may be shapes with label). The data will be in JSON.
different taxonomies can coexist in a single knowledge graph.
Will it be possible with networkx_viewer.
[1] The Images are from Building Knowledge Graphs A Practitioner's Guide by Jesús Barrasa and Jim Webber