Neo4j’s Cypher vs Clojure – Group by and Sorting by Mark Needham.
From the post:
One of the points that I emphasised during my talk on building Neo4j backed applications using Clojure last week is understanding when to use Cypher to solve a problem and when to use the programming language.
A good example of this is in the meetup application I’ve been working on. I have a collection of events and want to display past events in descending order and future events in ascending order.
…
Mark falls back on Clojure to cure the lack of sorting within a collection in Cypher.