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
signature.asc
Description: Message sig
m.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 <mailto:b.ufu...@gmail.com>> wrote:
> Is