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.

taouichaimaa
Node
since ‎07-29-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I've been using the Dijkstra Source-Target algorithm of the GDSL plugin to get the shortest path between two nodes. That works exactly as it should be, however I always have to rerun the cypher query : CALL gds.graph.create( 'graphname, 'node'...
Hello, I'm working on a database that has two types of nodes : jobs and skills . They have a 'USES' relationship. I am able of getting all skills used in a certain job. However I would like to have the skill.name of all skills in a list in the respon...