vasia / gelly-streaming

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

Rename EdgeOnlyStream to GraphStream #5

Closed vasia closed 9 years ago

vasia commented 9 years ago

or define GraphStream as an abstract type which will be implemented by EdgeOnlyStream.

balidani commented 9 years ago

I did this in f80be10a448c1d801f5512f4c8ae5e61f9494676

vasia commented 9 years ago

Great, thnx!