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.

murali_venugopa
Node Link
since ‎12-12-2021
‎06-30-2022

User Statistics

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

User Activity

Hi, Im using neo4j java driver version 4.3.3. im not sure how to print the query being executed with values. Let consider the below usecase. the query is as follows, MATCH (p:Person {name : "John"}) RETURN p the java code is as follows, String query...
im using the below graphs to identify all possible paths between start to end nodes. there are 6 possible paths, that' i've identified, between start and end. maybe i've missed. around 15 or 20 max is what i guess. ` im using the below query to iden...
Hi, How can i mention the allowed Labels and Relationship in a path query. Also, Please give some pointers to cypher manual, where i can query closed loops in Nodes. If my query is too complex, can I use Traversal framework. Because, I see Deprecated...
Kudos given to