Re: question about making a temporal Graph with Gelly

2016-10-13 Thread otherwise777
message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/question-about-making-a-temporal-Graph-with-Gelly-tp9502p9520.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: question about making a temporal Graph with Gelly

2016-10-12 Thread Greg Hogan
Hi Wouter, Packing two or more values into the edge value using a Tuple is a common practice. Does this work well for the algorithms you are writing? Greg On Wed, Oct 12, 2016 at 4:29 PM, Wouter Ligtenberg wrote: > ​​Hi there, > > I'm currently working on making a Temporal Graph with Gelly, a

question about making a temporal Graph with Gelly

2016-10-12 Thread Wouter Ligtenberg
​​Hi there, I'm currently working on making a Temporal Graph with Gelly, a Temporal graph is a graph where edges have 2 extra values namely a beginning and ending time. I started with this project a couple of weeks ago, since i don't have much experience with Gelly or Flink i wanted to ask you gu