Hi Gregory, To do what you're asking I suggest you follow the link provided by Aru -- added again here for convenience: https://github.com/SocioPatterns/neo4j-dynagraph/wiki/Representing-time-dependent-graphs-in-Neo4j
FYI, that content has also been published in ACM as a scientific paper: -- refer here: http://dl.acm.org/citation.cfm?id=2484442 -- full disclosure: I was one of the authors of that paper I highly recommend you read one or both of those sources (as well as the blog post by Ian Robinson <http://iansrobinson.com/2014/05/13/time-based-versioned-graphs/>). They all explain how to mode dynamic/temporal/time-varying graphs, and how to then query those graphs along the time dimension. Full examples are given of both the data model/schema and the Cypher queries. Don't hesitate to ask if you have any more, specific questions. Alex On Fri, Jul 11, 2014 at 4:36 PM, Aru Sahni <[email protected]> wrote: > Here's a good writeup on modelling what you're looking for > <https://github.com/SocioPatterns/neo4j-dynagraph/wiki/Representing-time-dependent-graphs-in-Neo4j> > . > > > On Fri, Jul 11, 2014 at 7:16 AM, Grigory Vydrin <[email protected]> > wrote: > >> http://gephi.github.io/features/ >> Dynamic Network Analysis >> Gephi is the ideal platform for leading innovation about dynamic network >> analysis (DNA). Dynamic structures, such as social networks can be filtered >> with the timeline component. >> >> - Import temporal graph with the GEXF file format >> - Graph streaming ready >> >> <http://gephi.github.io/images/screenshots/timeline_sparkline.png> >> >> Сreating a dynamic graph, I am requesting from Neo4j, show me all the >> nodes and links on 04.12.2014. And he shows me the graph structure at this >> time. Is this possible? >> >> >> четверг, 10 июля 2014 г., 21:27:22 UTC+4 пользователь Michael Hunger >> написал: >>> >>> Could you explain better what you want to do? I didn't understand your >>> use-case. >>> >>> Perhaps some graph/object domain model? And describing the concrete >>> use-case in more detail? >>> >>> If you look for graph versioning approaches, please check out: >>> http://iansrobinson.com/2014/05/13/time-based-versioned-graphs/ >>> http://www.slideshare.net/ophileon/graphrica-keeping- >>> track-of-changes-in-project-logic-for-de >>> >>> >>> >>> On Thu, Jul 10, 2014 at 3:41 PM, Grigory Vydrin <[email protected]> >>> wrote: >>> >>>> Hello Neo4j community. I must create dynamic graph in time(example >>>> gephi timeline). Is it possible? >>>> If possible, which queries let you know the state of the graph at a >>>> certain date and explain to me, please, how to create it. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Neo4j" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
