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.

jdufner
Node
since ‎08-03-2019
‎06-01-2022

User Statistics

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

User Activity

Hi all, Assume you have following situation: merge (c:Container {name:"Container"})-[:CONTAINS]->(i11:Item {name:"11"})<-[:BELONGS_TO]-(ba:Bag {name: "A"}) with c, ba merge (c)-[:CONTAINS]->(i12:Item {name:"12"})<-[:BELONGS_TO]-(ba) with c, ba merge ...
Hi, I've a graph with about 6,000 Nodes labeled with Package. These Nodes have DEPENDS_ON relationships, partially with cycles. Nevertheless I want to know for each package on how many other packages it depends. My current cypher query is: MATCH (p:P...
Hi, I'm using jQAssistant to analyze software. To visualize the results I'm using Jupyter Notebook with Py2Neo Library. When using jQAssistant I have few Cypher queries that aren't optimized well. I'm looking for help to improve that queries. Regards...
Kudos given to