vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Dupes Minion #37

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Build a minion that walks around the graph looking at edges between nodes and removing any with duplicate URIs.

gdbassett commented 9 years ago

Should probably do the same for nodes as well.

gdbassett commented 9 years ago

Neo4j Edge Consolidator minion combines edges with the same URI. Node duplicate minion split out to issue #44.