-
Notifications
You must be signed in to change notification settings - Fork 704
Open
Description
Anyone interested in a Graph Library for Scalding? I have an internal project that for the most part is based on the api of GraphX in Spark(https://github.com/apache/spark/blob/master/graphx/src/main/scala/org/apache/spark/graphx/Graph.scala). I was thinking of pulling the generic bits into scalding itself as a new project folder.
The general idea is to be able to work on vertices and edges and allow for really quick intersection of neighbors. I have been using it to do triangle counting and conductance measurement on the Twitter follow graph.
Metadata
Metadata
Assignees
Labels
No labels