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.