loving the composability & reusability of queries, this is something I enjoyed and pushed to the limits with Arel in rails but I think it can be taken to another level with rethinkdb
@afhammad: you have to use a function:
(r/fn [doc] (r/get-field doc :views))
@apa512: Thanks, got there in the end.
so is there an example of how to get changefeeds working with the clojure rethinkdb library @apa512 ?
https://github.com/apa512/clj-rethinkdb/blob/master/test/rethinkdb/core_test.clj#L228
ta