-
Notifications
You must be signed in to change notification settings - Fork 266
feat: PageRank without GraphX #569
Copy link
Copy link
Open
Description
It is actually one of the simplest example for Pregel. The idea is to provide an implementation that has the same API as GraphX one, but is based on org.graphframes.lib.Pregel.
Should be very straight-forward. Fell free to ping me in case of any questions. There are a lot of materials in internet about PageRank with Pregel.
Reactions are currently unavailable