hi,
Is there a way to find out the structural difference between two graphs say Graph A & Graph B, where i want to know the diff Graph A - Graph B
Please let me know if possible and if so how?
hi,
Is there a way to find out the structural difference between two graphs say Graph A & Graph B, where i want to know the diff Graph A - Graph B
Please let me know if possible and if so how?
i'm not aware of something which will compare to graphs and show you the differences but there is Neo4j APOC Procedures User Guide which will compute a md5sum for a given graph. So in theory you could compute the md5sum for Graph A and then also again for Graph B and if they return the same value then both graphs are equivalent