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.

maarriaa
Node
since ‎10-06-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi! I'm trying to use CALL apoc.do.when() but I can't figure out how to use YIELD properly. Here is my query: LOAD CSV WITH HEADERS FROM "file:///example_drugs.csv" as drugs MERGE (d:Drug {drugbankId: drugs.drugbankId}) SET d.name= drugs.name SET d...
I was following a video "Using Public RDF Resources in Neo4j" on youTube and tried to run the query from the video in neosemantics app but I get an error PREFIX neo: <neo://voc#> CONSTRUCT{ ?virus a neo:Virus, neo:WikidataNode ; neo:name ?virusName...
I am wondering if It's possible to start a Neo4J database directly from the Spring application. Right now, when I want to connect with my database I have to lauch Neo4J Desktop first and start a certain database so I can then connect it to my spring ...
Kudos given to