Re: Private message regarding: [Neo4j] Reg : How to create common relationship between nodes, or among relationship using py2neo or cypher

2016-12-06 Thread 'Michael Hunger' via Neo4j
Please send your questions to the Neo4j google group or neo4j.com/slack. In general, you should be able to get all the information from our public information e.g. on neo4j.com/developer/cypher In your case both departments and employees are nodes and the relationship could be (:Employee)-[:WORKS

Re: [Neo4j] Reg : How to create common relationship between nodes, or among relationship using py2neo or cypher

2015-07-21 Thread Michael Hunger
can non-DND be a label? Do you _need_ to pull out the phone ? Where do you use it in your use-case. What do you need the "common" relationship for? > Am 20.07.2015 um 11:44 schrieb Dharani Bodla : > > I need a common relation ship between nodes from the below example. > Ex : Nodes >

[Neo4j] Reg : How to create common relationship between nodes, or among relationship using py2neo or cypher

2015-07-20 Thread Dharani Bodla
I need a common relation ship between nodes from the below example. Ex : Nodes 1. circle -- INDIA. 2. University -- delhi university. 3. name -- kumar, dharani, coartha, syam. 4. phone -- DND, DNDstatus. 5. Education -- btech, mba etc. Out these circl