cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

VGVG
Node
since ‎09-21-2020
‎06-01-2022

User Statistics

  • 18 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Kindly help with these links, these links are not working https://neo4j.com/developer/spark/reading/ https://neo4j.com/developer/spark/writing/
Hi, Can somebody help with its maven repository so that we can start using it Thanks VG
Hi All, Can I ingest data using this connector or it is just to read from neo4j and populate spark dataframes ? Thanks VG
Can neo4j community edition integrate with Apache Spark ? I created a sparksession like this and created Neo4j(sc) object but when I run cypher queries, it always gives me 0 output telling that cypher returned nothing. val Spark = SparkSession .build...
I have setup spark context and everything works & connects fine without any issues but when I run below query, though I have lot of nodes in neo4j database but it returns 0. val neo = Neo4j(sc) val rdd = neo.cypher("cypher MATCH (n:User) RETURN id(n...