vasia / gelly-streaming

An experimental Graph Streaming API for Apache Flink
Apache License 2.0
138 stars 44 forks source link

Port Examples to Library Window Aggregation Functions #14

Closed senorcarbone closed 8 years ago

senorcarbone commented 8 years ago

It would be nice to offer ConnectedComponents, TriangleCount etc as library methods instead of plain examples.

We can keep the examples to demonstrate use cases on how to use these aggregation functions and add unit tests to test them.

vasia commented 8 years ago

+1. Let's do this like we've done it in Gelly. Make a separate "library" package and port the examples to use the provided library methods.

vasia commented 8 years ago

see #15