cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

structural difference between graphs

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?

1 REPLY 1

i'm not aware of something which will compare to graphs and show you the differences but there is https://neo4j-contrib.github.io/neo4j-apoc-procedures/index35.html#fingerprinting 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