[05:09:07] <spondbob> any idea about running mongo on raspi?
[06:33:57] <ryansteckler> Hi all. I'm trying to get a list of top 10 users with the best win/loss ratio. I have wins and losses as fields in the documents. I know how to sort and limit. I can't figure out how I would "do the math" to calculate the ratios, and subject that value to the limit and sort, though...
[07:30:17] <goog> is there a way to autoscale mongo shards and replica sets?
[09:03:49] <ytrezq> Hello, How I can use the active directory for Mongodb users... (this is a web site database; I need to use a framework which only support MongoDB).
[10:55:31] <kkspy[bnc]> Hello! I've got a question. What BSON query format looks like in queries like db.articles.aggregate( [ { $mat.... }, { $gr....}] ); ?
[10:56:06] <kkspy[bnc]> I mean where should I put the array in BSON query document?
[17:22:45] <allaire> Hi, I get the following error when I try to restart mongodb using init.d/mongo : /etc/init.d/mongodb: 48: ulimit: Illegal option -u:
[22:28:09] <baris> I'm trying to decide which way I should got, either I should fetch all the data for a query and make filtering on node or fetch one by one from mongodb
[22:28:16] <baris> which one would be faster or efficient?
[22:28:39] <baris> I feel like former, but could not be sure, since that might cause memory problem to nodejs maybe
[22:42:32] <sharondio> 2 hours fighting with a mongoimport...figures the issue is Microsoft linefeed nonsense.