blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
871 stars 170 forks source link

Shortest Weighted Path #178

Open AhmedHlel opened 3 years ago

AhmedHlel commented 3 years ago

Hello,

I am trying to find the shortest path between two nodes using SSSP https://github.com/blazegraph/database/wiki/RDF_GAS_API which is based on the number of hops. However I would like to enable looking for the shortest weighted path not based on hops. I am using RDF* to reflect the weights between my nodes. I would like to ask whether this feature is supported. If yes, an example would be appreciated!

Thank you!