Hi, I'm trying to utilize a page rank algorithm on a subgraph of a remote database (Neo4j Browser). I wanted to use the networkx page rank method, but I don't know how to connect the remote database or even just load the subgraph to networkx.
I know you can export graph data to a GraphML file using APOC, but I'm unsure if I can use APOC on Neo4j desktop with a remote database. I also see that the other neo4j library, Graph Data Science, has a page rank algo, but I'm again unclear about how to use it w/ a remote database.
I'd love any suggestions on how to go about this. I'm new to neo4j, so if there's another avenue for using page rank, I'm all ears.