Re: Dynamic Graph Handling

2016-10-24 Thread Joseph E. Gonzalez
What kind of partitioning are you exploring? GraphX actually has some built in partitioning algorithms but if you are interested in spectral or hierarchical methods you might want to look at Metis/Zoltan? There was some interest in integrating Metis style algorithms in Spark (GraphX or

Re: Dynamic Graph Handling

2016-10-24 Thread Jörn Franke
Maybe titandb ?! It uses Hbase to store graphs and solr (on HDFS) to index graphs. I am not 100% sure it supports it, but probably. It can also integrate Spark, but analytics on a given graph only. Otherwise you need to go for dedicated graph system. > On 24 Oct 2016, at 16:41, Marco

Dynamic Graph Handling

2016-10-24 Thread Marco
Hi, I'm a student in Computer Science and I'm working for my master thesis=20 on Graph Partitioning problem, focusing on dynamic graph. I'm searching for a framework to manage Dynamic Graph, with possible=20 disappearing of edges/nodes. Now the problem is: GraphX alone cannot=20 provide