I've recently started using neo4j and read the corresponding discussions about how to handle time based data, although I will admit that I need to study it in more depth. My problem is that I want to build a graph by taking snapshots at a fixed time interval, and then build the corresponding graph based on those time intervals. So , for example in time t3 I want to be able to see the "active" nodes with edges at this point in time, however I want to keep all the information about the inactive nodes and the relationships that occurred in the past.
Is there a proposed approach for achieving this, since I am not interested in handling time information with too much detail (not interested in hours,minutes,etc), only interested for a fixed interval.
Thanks