vasia / gelly-streaming

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

Port Gelly Graph methods to GraphStreams #3

Open balidani opened 9 years ago

balidani commented 9 years ago

All relevant Gelly methods should be ported. Some of these are:

Each of these have to be considered for both normal streams and (tumbling?) windows.

vasia commented 9 years ago

I'd like to implement some of these to also start getting a bit familiar with the streaming API. On which branch are you planning to work on these? Shall we create individual issues for each method or just leave a comment here on what we're working on?

balidani commented 9 years ago

Right now I'm working on a test branch called graph-representation or something. Should I move to master? Is there a point of having an interface for GraphStream?

I think we can comment here about the functions we want to implement.

senorcarbone commented 9 years ago

I will work on the merge trees on a different branch probably and merge later ^^

vasia commented 9 years ago

@balidani, now that we have a clearer model in mind, let's move what we have in the master. And I don't see a point in the interface, since we're going for edge representation only. We could add this later if needed.