Re: Dynamic graphs vs Graph Mutation

2014-09-15 Thread Matthew Saltz
Khaled, 1) What exact functionality are you looking for? There isn't native Giraph support per se for time-evolving graphs in that sense (as far as I'm aware) but you should be able to simulate it in some fashion. 2) Check out AbstractComputation

Dynamic graphs vs Graph Mutation

2014-09-15 Thread Khaled Ammar
Hi all, I understand that Pregel supports graph mutations when vertices issue requests to make changes in the graph topology (add/remove vertex/edge). I have two questions here: 1- Does the same concept applies to supporting dynamic graphs? (Graphs that change over time where the add/remove verte