Hi, I have want to create a bipartite graph with Neo4j. My dataset is an edge list with the following entities, URL TAG TIMESTAMP.
e.g. http://www.neo4j.org/ graph-database 18/06/2014 http://www.mongodb.org/ object-database 18/06/2014 http://www.neo4j.org/ graph-database 19/06/2014 I want to avoid duplicate nodes and edges. Moreover I want to store the latest timestamp of an edge. So every time a edge comes again I need to update the timestamp property. Currently I use this code https://gist.github.com/sarovios/b11b61b09f7a42d33625 to create my graph. I wonder if there is a more efficient way. I use neo4j-community-2.03 Any suggestion would be helpful. Sotirs -- 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.
