cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Additional Algorithms for Graph Data Science

cuneyttyler
Ninja
Ninja

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.

2 REPLIES 2

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?

Sure, I will upgrade whenever gds and neo4j get upgraded. I'll create different branches/jars for each version.