archivesunleashed / graphpass

GraphPass is a utility to filter networks and provide a default visualization output for Gephi or SigmaJS.

Home Page:https://archivesunleashed.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore alternative to graphpass using PySpark dataframes and Python Pandas.

greebie opened this issue · comments

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

  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.