Is there any way to write data in Neo4J db using spark native API in java. Is like GraphFrame (org.graphframes.GraphFrame) available in spark-connector same as Neo4J graph and can we dump this in db.
Though we tried the native neo4j API in spark that iterates over each row and dump it in graph db.