Loading a Neo4j subgraph into Networkx
I have been dealing with Neo4j through python's Bulbflow and now need a way to save/export subgraphs. I have seen Java and even Ruby approaches for doing this, however a simple Python approach seems to be hiding from me.. So far, I have found two potential paths: Accessing Geoff through py2neo , but there is surprisingly little documentation for extracting a subgraph from a big local neo4j database or from a neo4jserver. Using Networkx : I found networkx can load graphs from many different formats (I am unsure which format neo4j stores their dbs), however I haven't found a way to extract a