Re: Spark GraphaX

2015-10-10 Thread Robineast
Well it depends on exactly what algorithms are involved in Network Root Cause analysis (not something I'm familiar with). GraphX provides a number of out of the box algorithms like PageRank, connected components, strongly connected components, label propagation as well as an implementation of the P

Re: Spark GraphaX

2015-08-23 Thread Robineast
GrapX is a graph analytics engine rather than a graph database. It's typical use case is running large-scale graph algorithms like page rank , connected components, label propagation and so on. It can be an element of complex processing pipelines that involve other Spark components such as Data Fra