-1

I am a beginner for Neo4j. Recently i was creating graphes by loading the csv and creating in the main time nodes and their relationships.

now my boss ,who wants a scalable solution,give me a Spark project and want me to process or load the java-pair-rdd and create a graph based on it.

so how to use spark with neo4j ?

Update:

I found Cypher for Apache Spark but it's steel in Beta version and the Build dosen't succeed on windows 10.

A.HADDAD
  • 1,809
  • 4
  • 26
  • 51
  • Search previous questions for how others are doing it https://stackoverflow.com/questions/tagged/apache-spark+neo4j?sort=votes – OneCricketeer Jul 10 '18 at 14:06

1 Answers1

0

cypher for apache spark

I find a way on how to create a graph from a Spark data-frame and store it in Neo4J.

You can see my answer on how to run CAPS for who is interested about this question.

Neo4j-spark-connector

for this second solution , i find a new article in medium talking about how to connect spark ,neo4j and the zeppelin notebook

A.HADDAD
  • 1,809
  • 4
  • 26
  • 51