Hi,

There is a separate project related to graph streaming. It's called
gelly-streaming.
And, if you look here:
https://github.com/vasia/gelly-streaming/blob/master/src/main/java/org/apache/flink/graph/streaming/GraphStream.java

You can find a constructor which creates a graph from a DataStream of
edges.

Gelly itself cannot do that, for now.

Hope this helps!
Andra

On Mon, Nov 2, 2015 at 3:35 PM, UFUOMA IGHOROJE <b.ufu...@gmail.com> wrote:

> Is there some support for creating Graphs from DataStream in Flink Gelly?
> My use case is to create dynamic graphs, where the graph topology can be
> updated from a stream of data. From the API, all I can find is creating
> graphs from DataSets.
>
> Best,
>
> Ufuoma
>

Reply via email to