You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Sahil Sareen <sa...@gmail.com> on 2016/01/27 17:11:16 UTC

Neo4j and Spark/GraphX

Hey everyone!

I'm using spark and graphx for graph processing and wish to export a
subgraph to Neo4j(from the spark-submit console) for visualisation and
basic graph querying that neo4j supports.
I looked at the mazerunner project but it seems to be overkill. Any
alternatives?

-Sahil