[19:19:34] <bsamorim> Hi, is there any way to output the result of a query to a file without any significant intermediate buffers?
[19:20:37] <bsamorim> I've tried the naive approach of simply running "mongo --eval <myquery> > <outfile>", but the result was buffered before being written
[23:18:34] <quarters> hello. I haven't worked with mongodb with node without mongoose with promises in forever and forgot how to set it up such that I don't get a db.collection is not a function error
[23:19:09] <quarters> I'm hoping that I don't have to contain my server inside some callback for mongodb