graphscale icon indicating copy to clipboard operation
graphscale copied to clipboard

Implement many-to-many edges

Open schrockn opened this issue 7 years ago • 0 comments

This will be necessary for many application graphs. A good example of many-to-many edges is twitter's follow graph (directional) or facebook friend graph (bidirectional). One challenge will be managing which edge is "canonical". An initial strategy would be to have the id that is "lower" than the other on the edge determine sharding and have the other id be extra data. However that may have side effects I don't anticipate.

schrockn avatar Jul 02 '17 22:07 schrockn