Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-13-2019 11:10 AM
Syntax Error at ORDER BY clause ->
CALL algo.degree.stream("User", "FOLLOWS", {direction: "incoming", weightProperty: "score"})
YIELD nodeId, score
RETURN algo.asNode(nodeId).id AS name, score AS weightedFollowers
ORDER BY followers DESC
CALL algo.degree.stream("User", "FOLLOWS", {direction: "incoming", weightProperty: "score"})
YIELD nodeId, score
RETURN algo.asNode(nodeId).id AS name, score AS weightedFollowers
ORDER BY weightedFollowers DESC
04-14-2019 06:25 AM
Thanks a lot for your feedback, in general it's best to share that as issue on the github repository
https://github.com/neo4j-contrib/neo4j-graph-algorithms/issues/new
All the sessions of the conference are now available online