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.

lars_eigelshove
Node
since ‎12-17-2020
‎06-01-2022

User Statistics

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

User Activity

Hello, I try to merge nodes if two different statements are true. I work with twitter data and I want to merge tweets if the Text of the tweet and the id of the creator is the same. How can I do a collection of that? I know how to collect data where...
Hello! I have a set of nodes that I get with: Match (p:Person) WHERE p.Netzwerke = 7 CALL apoc.neighbors.tohop(p,"connect",2) yield node return node In the Neo4J Browser it also shows me all the existing relationships between that nodes but I can o...
Hello, I have created an excel-sheet that uses the excel-functions to write the necessary code to implement the relations of the excel-sheet to Neo4J with Cypher code. To do that I write the code in an extra row and copy-paste it into Neo4J. This wor...