Re: Graph with stream of updates

2016-07-07 Thread Vasiliki Kalavri
gt; over the time independently. I'm new to Flink, please help me with this. > > Thank you, > Milindu. > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Graph-with-stream-of-updates-tp5166p7837.html >

Re: Graph with stream of updates

2016-07-05 Thread agentmilindu
it keeps building over the time independently. I'm new to Flink, please help me with this. Thank you, Milindu. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Graph-with-stream-of-updates-tp5166p7837.html Sent from the Apache Flink

Re: Graph with stream of updates

2016-02-26 Thread Vasiliki Kalavri
Hi Ankur, you can have custom state in your Flink operators, including a graph. There is no graph state abstraction provided at the moment, but it shouldn't be too hard for you to implement your own. If your use-case only requires processing edge additions only, then you might want to take a look

Re: Graph with stream of updates

2016-02-26 Thread Ankur Sharma
Hello, Thanks for reply. I want to create a graph from stream and query it. You got it right. Stream may be edges that are getting added or removed from the graph. Is there a way to create a empty global graph that can be transformed using a stream of updates? Best, Ankur Sharma 3.15 E1.1 Uni

Re: Graph with stream of updates

2016-02-26 Thread Robert Metzger
Hi Ankur, Can you provide a bit more information on what you are trying to achieve? Do you want to keep a graph build from an stream of events within Flink and query that? Or you you want to change the dataflow graph of Flink while a job is running? Regards, Robert On Thu, Feb 25, 2016 at 11:1

Graph with stream of updates

2016-02-25 Thread Ankur Sharma
Hello, Is it possible to create and update graph with streaming edge and vertex data in flink? Best, Ankur Sharma 3.15 E1.1 Universität des Saarlandes 66123, Saarbrücken Germany Email: ankur.sha...@mpi-inf.mpg.de an...@stud.uni-saarland.de