There is rcouch [1], a distribution of couchdb using rebar, is extensible via custom extensions, one for random docs [3].
[1] https://github.com/refuge/rcouch [2] https://github.com/refuge/rcouch/wiki/Custom-Extensions [3] https://github.com/refuge/rcouch/wiki/couch_randomdoc 2013/10/22 Robert Newson <[email protected]>: > > Sorry, nope. > > On 22 Oct 2013, at 13:28, Hank Knight <[email protected]> wrote: > >> This returns 10 results: >> http://localhost:5984/mydb/_design/type/_view/q?limit=10&key=%22xyz%22 >> >> Is there a way for the results to be returned in random order? >
