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.

amoebae
Node Link
since ‎11-14-2018
‎06-01-2022

User Statistics

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

User Activity

I've got a case where I have two entities in a hierarchical relationship, Sortie has multiple child PlaneSorties. Both Sortie or PlaneSortie can have zero or more incoming HAS_ROLE relationships from a PersonCluster. I need to match on either Sorti...
Take this example query, which is a fragment of a larger query. WITH ['foo', 'bar', 'baz'] AS theList, 42 AS someVal UNWIND (CASE theList WHEN [] THEN [null] ELSE theList END) AS l CREATE (w:Word {content: l}) WITH DISTINCT someVal AS sv2 RETURN sv2;...
Hi there, This may be my knowledge of JavaScript, but I can't figure out how to run two statements sequentially within the transaction functions API. this.session.writeTransaction(tx => { tx.run("CREATE (p:Person {id: 1})").then(r => { ...
Hi there, My graph represents text with nodes as Tokens, with PRECEDES relationship to indicate the text ordering. I have my Cypher query to return the subgraph of linked tokens that are reachable from a given root. MATCH (to1:Token {content: "keep"}...
Hello, is it possible to download archives of the HTML documentation for Neo4j anywhere? I notice that you do have PDFs, which is nice, but I was looking a downloadable copy of the HTML version. Cheers Dave
Kudos from