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.

vijji90
Node Clone
since ‎10-17-2019
‎06-01-2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Hi, I have Graph like this below. A-[:x]->B-[:y]->C-[:z]->D Assume I dont know what relation exists between A and D, but I know A and D are related. I want to write a dynamic query which can detect A.name connected to d.name="XXX" without writing the...
Hi, I am new to Neo4j. I want to use Neo4j database. And I have to give access to connect to that Neo4j database(That I have created in my system) from other systems via python program. Could you please let me know how to achieve this functionality w...
How to create a relation between two existing nodes only when the relation has some value. Eg., I have node labels Juice, Sour, sweet, spicy, salty. I will connect Sweetlime juice node to Sour node with relation[:HAS {value:30%}] and to sweet node wi...
Hi, I want to create employee table in Neo4j. I will create a node for each employee with his name, address, phone, email. when I insert each employee data i should get employee id generated in database. It means employee id is also a property of emp...