Load Spark RDD to Neo4j in Python
问题 I am working on a project where I am using Spark for Data processing. My data is now processed and I need to load the data into Neo4j . After loading into Neo4j, I will be using that to showcase the results. I wanted all the implementation to de done in Python Programming. But I could't find any library or example on net. Can you please help with links or the libraries or any example. My RDD is a PairedRDD. And in every tuple, I have to create a relationship. PairedRDD Key Value Jack [a,b,c]