How to use Spark with neo4j?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


How to use Spark with neo4j?



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.





Search previous questions for how others are doing it stackoverflow.com/questions/tagged/…
– cricket_007
Jul 10 at 14:06









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Keycloak server returning user_not_found error when user is already imported with LDAP

PHP parse/syntax errors; and how to solve them?

How to scale/resize CVPixelBufferRef in objective C, iOS