archivesunleashed / graphpass

GraphPass is a utility to filter networks and provide a default visualization output for Gephi or SigmaJS.
https://archivesunleashed.org/
Other
17 stars 2 forks source link

Explore alternative to graphpass using PySpark dataframes and Python Pandas. #20

Closed greebie closed 6 years ago

greebie commented 6 years ago

GraphX offers some visualisation options that may be able to replace Graphpass now that PySpark is available.

greebie commented 6 years ago
  1. GraphX is not available for SparkSQL.
  2. GraphX does not have a modularity or graph positioning algorithm (Force Atlas, Fruchtermann) that can replace igraph.
  3. SNAP may be a better option.