Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsupport graphx algorithm: pagerank & louvain #161
Conversation
| @@ -0,0 +1,72 @@ | |||
| /* | |||
| * Copyright (c) 2020 vesoft inc. All rights reserved. | |||
| * * | |||
darionyaphet
Oct 12, 2020
Contributor
common format
common format
Nicole00
Oct 12, 2020
Author
Contributor
ok
ok

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Motivation:
Support pagerank and louvain graph algorithms based on Graphx.
Modification:
Add module
nebula-algorithm.Result:
Run pagerank algorithm and louvain algorithm for nebula edge data.
How to use the algorithm:
spark-submit --class com.vesoft.nebula.tools.algorithm.Main /your-path/nebula-algorithm-1.0.1.jar -p /your-path/application.conf