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 (817 bytes) Download Attachment |
Hi, There is a separate project related to graph streaming. It's called gelly-streaming. https://github.com/vasia/gelly-streaming/blob/master/src/main/java/org/apache/flink/graph/streaming/GraphStream.java On Mon, Nov 2, 2015 at 3:35 PM, UFUOMA IGHOROJE <[hidden email]> 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. |
Hi Ufuoma, Gelly doesn't support dynamic streaming graphs yet. The project Andra has linked to is a prototype for *one-pass* streaming graph analytics, i.e. no graph state is maintained. If you would like to keep and maintain the graph state in your streaming program, you would have to implement it yourself. Take a look at the relevant section of the programming guide [1] and please let us know if you have questions! Cheers, -Vasia. On 2 November 2015 at 14:39, Andra Lungu <[hidden email]> wrote:
|
Hi Vasia & Andra,
Thanks for the pointers. I guess I have to implement basic support for dynamic streaming graphs. I’ll share my solutions or issues as I go on. Best, Ufuoma
signature.asc (817 bytes) Download Attachment |
Free forum by Nabble | Edit this page |