Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 13, 2013 01:22
Show Gist options
  • Save ddossot/5770548 to your computer and use it in GitHub Desktop.
Save ddossot/5770548 to your computer and use it in GitHub Desktop.
START n=node:locations('withinDistance:[#[message.InboundProperties.lat],#[message.InboundProperties.lon], 0.5]')
MATCH (t)-[:`START`|END]->n
RETURN n.stationId, n.name, count(*)
ORDER BY count(*) DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment