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.

nickhall122
Node Clone
since ‎04-05-2019
‎06-01-2022

User Statistics

  • 24 Posts
  • 2 Solutions
  • 8 Kudos given
  • 7 Kudos received

User Activity

I read through some bloom articles and was thinking I didn't need to do anything special to get it as an open option for desktop. I tried a db with version 3.5.15 and 4.1.0. Loaded the data. Enabled multi statement query editor. Still only have the o...
Location: Software team is split between Western Europe and Western US. Prefer something in Western Europe, but could make Eastern US work. Description: Deliverables In coordination with the devops and software development teams, the consultant will ...
I'm using David Allen's article here to get the NLP plugin through graphware up and running locally. https://medium.com/neo4j/using-nlp-in-neo4j-ac40bc92196f Failed to invoke procedure ga.nlp.annotate: Caused by: java.lang.RuntimeException: No pipeli...
syria-violence-detection Using Neo4j algorithms to aggregate when, where, and data sources for attacks in Syria. Possible algorithms include a similarity measure between posts, so you can create a weighted network and apply community detection. Commu...
I'm trying to make a simple deleteRelationship in Javascript where it can take in a relationship id. Something simple like this- MATCH (a)-[r]-(b) WHERE id(r)=$id DELETE r Unfortunately, if I hardcode the $id, it works, but if I pass it in as a...