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.

taffyb
Node Clone
since ‎08-31-2018
‎06-17-2022

User Statistics

  • 23 Posts
  • 0 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

I am following the README at GitHub - neo4j-contrib/osm: OSM Data Model for Neo4j I have built the project and am now trying to run it to load my osm sample map into a 4.1.6 (initially I was using v4.3.6 but have reverted incase it was a compatibilit...
I am attempting to update my desktop install to 1.2.9 (I have removed previous version) on Windows 10 when I run the installer I get an 'Installation Aborted' message and the helpful information 'setup was not completed sucessfully' Are there install...
I have a graph where each relationship has a uuid. Eg. CREATE (n1)-[r:SOME_LABEL]->(n2) SET r.uuid= apoc.create.uuid() Is there an efficient way to find these nodes again if all I know is the uuid of the relationship? Because I don't know the Labels ...
I have used the neo4j-driver in the past but now want to use it in a project written in Typescript. I had expected that I could just get the type definityions by using @types/neo4j-driver like with so many other libraries. Searching the web I have no...
I am trying to transform a group of nodes into a map. I am not sure if this is best done with straight Cypher or whether there is an apoc function to help. ... maybe a combination of both? If I have the following nodes CREATE (e1:EntityDef{name:"Pers...