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.

shashireddy055
Node Link
since ‎04-01-2020
‎06-01-2022

User Statistics

  • 13 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

how to load the csv file into neo4j using java code and what dependencies can i use to load the file.
i need a brief example to load data into neo4j with apoc using spring boot
@Query("Match(a:Author{name:{0}})" + "Merge(b:Book{name:{1}})" + "Merge(a)-[r:{2}]->(b) return a,b,r") public Author comprisesto(String startNode, String endNode, String relation); controller code @GetMapping("/createRelationship") public String Crea...
org.neo4j.ogm.context.GraphEntityMapper : Relationship (414)-[APPLIES_TO]->(359) cannot be fully hydrated because one or more required node entities have not been part of the result set. i have created correct pojo structure and relationship too.
change the http port from 7474 to 1400 in the community edition of neo4j
Kudos given to