Large Graphs: NetworkX distributed alternative
I have built some implementations using NetworkX
(graph Python module) native algorithms in which I output some attributes which I use them for classification purposes.
I want to scale it to a distributed environment. I have seen many approaches like neo4j
, Graphx
, GraphLab
. However, I am quite new to this, thus I want to ask, which of them would be easy to locally apply graph algorithms (ex. node centrality measures), preferably using Python. To be more specific, which available option is closer related to NetworkX
(easy installation, premade functions/algorithms, ML wise)?
Topic graphs distributed machine-learning
Category Data Science