Hi!
Yes, looks like quite a graph problem. The best way to get started with
that is to have a look at Gelly:
https://ci.apache.org/projects/flink/flink-docs-release-0.10/libs/gelly_guide.html
Beware: The problem you describe (all possible paths between all pairs of
points) results in an exponenti
Greetings,
I am a newbie in this flink world. Thanks to Slim Baltagi for recommending
this Flink community.
I have a graph problem. So I have some points and paths among those points.
Each path has some value like distance that determine the distance between
two points it's connecting.
So far it