I figured out what was wrong with the Clojure code in the Mongo Java Driver Clojure sample: we weren’t turning the value returned by the database into a seq. You can see the fixed version here.