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 <fhue...@gmail.com> wrote:

> 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 <mneum...@spotify.com>:
>
> > 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 already that I can use? Is there
> > some basic documentation about Gelli somewhere?
> >
> > If I need to program those algorithm myself I could do it in a way that
> we
> > can integrate them in Gelli. But I might need some help to make sure I
> > design them in a way that fits, so I might need some guidance/help.
> >
> > cheers Martin
> >
>

Reply via email to