β06-03-2022 04:36 AM - edited β06-03-2022 04:46 AM
Hi,
I started to develop additional algorithms for GDS. You can see them here: https://github.com/cuneyttyler/semanticspace-neo4j-gds
For now there is only a concurrent version of Dijkstra's Shortest-Path algorithm for multiple source-target pairs. I will update the topic whenever I add new algorithms.
β06-04-2022 05:12 AM
This is very interesting additional algorithms.
Will it still be available when GDS version 2.1.0 is released? Or will it be a different jar?
β06-04-2022 05:40 AM - edited β06-04-2022 05:41 AM
Sure, I will upgrade whenever gds and neo4j get upgraded. I'll create different branches/jars for each version.