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.

geoffrey_hoffma
Node
since ‎08-10-2021
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a "messy" data source that has duplicates in it, and trying to process it cleanly into Neo4j. Imagine the following graph: MATCH (cmk:Make)-[r:hasModel]->(cmm:Model) RETURN cmk,r,cmm I tried using MERGE but I guess it's for node properties onl...
My CREATE queries are not saving to the database. I wrote some Python code using the official driver. I can step through the code and log the cypher, and even see the node returned to result has an id and a node in the debugger, but when I go to veri...
The computer I am using for work is running Ubuntu 21.04 LTS. I got things configured in a rush at work, but when I got home I realized I wanted to change /home/oldhome to /home/newhome. Now even though I have scoured the computer for a neo4j.conf, I...