Re: gelli graph algorithm

2015-02-26 Thread Vasiliki Kalavri
Hi Martin, welcome back :-) I'll try to merge the documentation PR tonight. Gelly is in the flink-staging package and most of the Gelly methods are in the Graph class and have javadocs that describe their functionality. Regarding your specific tasks, you can easily get the degree distribution us

Re: gelli graph algorithm

2015-02-26 Thread Andra Lungu
Hello, Also, for guidelines on how to implement a graph algorithm in Gelly, you can use the provided examples: https://github.com/apache/flink/tree/master/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/example Have fun! Andra On Thu, Feb 26, 2015 at 5:31 PM, Fabian Hueske wrote:

gelli graph algorithm

2015-02-26 Thread Martin Neumann
Hej, I was busy with other stuff for a while but I hope I will have more time to work on Flink and Graphs again now. I need to do some basic analytic's on a large graph set (stuff like degree distribution, triangle count, component size distribution etc.) Is there anything implemented in Gelli al

Re: gelli graph algorithm

2015-02-26 Thread Fabian Hueske
Hi Martin, as a start, there is a PR with Gelly documentation: https://github.com/vasia/flink/blob/gelly-guide/docs/gelly_guide.md Cheers, Fabian 2015-02-26 17:12 GMT+01:00 Martin Neumann : > Hej, > > I was busy with other stuff for a while but I hope I will have more time to > work on Flink an

gelli graph algorithm

2015-02-26 Thread Martin Neumann
Hej, I was busy with other stuff for a while but I hope I will have more time to work on Flink and Graphs again now. I need to do some basic analytic's on a large graph set (stuff like degree distribution, triangle count, component size distribution etc.) Is there anything implemented in Gelli al