Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-10-2021 01:19 AM
Hi, I am using the Tour De France 2014 (Modeling the TOUR DE FRANCE 2014 in a Neo4j Graph Database - graphgists)
and want to retrieve the winners of each stage. Does anyone know the Cypher syntax for this query?
I was trying something with RETURN DISTINCT min(lengthInMinutes) but I dont think its correct.
11-14-2021 10:03 AM
Looking quickly at it I think the data for the riders in the different stages is actually not part of the dataset.
Not sure where @inserpio took the data from, you'll have to ask him.
In general you could connect the riders to each stage and store e.g. on the relationship how long they took for that stage and which place they made.
All the sessions of the conference are now available online