Re: [Neo4j] Time based data query with Neo4J showing more relations than expected

2016-06-13 Thread 'Michael Hunger' via Neo4j
But you connected domain6 to domain3 not sure what your question is, the time tree and the domains live all in the same graph MERGE (d:Domain {name:'domain3.com'}) MERGE (z:Domain {name:'domain6.com'}) ... MERGE (d)-[:REFERRED_BY]->(z) On Sat, Jun 11, 2016 at 2:59 PM, 'Dorian C' via Neo4j < neo

[Neo4j] Time based data query with Neo4J showing more relations than expected

2016-06-13 Thread 'Dorian C' via Neo4j
Hey I'm reposting this from http://stackoverflow.com/questions/37762385/time-based-data-query-with-neo4j-showing-more-relations-than-expected Any help or comments would be awesome: I'm trying to get my mind around Neo4J and time based data. So what I basically wanted to build is a data struc