[10:29:41] <ceegee> the official documentation just describes how to install mongodb on debian wheezy, but what about debian jessie?
[13:28:24] <kali> hello, looking for a way to insert the result of an aggregation pipeline as new documents to a pre-existing collection... it looks like i need to go through a temporary collection, ok, but how to get the result from there to the final collection ?
[13:28:48] <kali> trying to avoid JS as much as possible, including eval and copyTo
[13:31:20] <cheeser> your application will have to handle that. whether that's js or not is up to you
[13:32:36] <kali> cheeser: ok, so i'm not missing something obvious :) thanks
[13:51:41] <ams__> We have lots of apps that use mongodb with different scaling requirements. We're considering splitting out to a few different unlinked mongodb instances (cluster a for X, cluseter b for Y). Does that sound like a reasonable thing to do? Or is there some feature of mongo we're missing out on?
[13:53:40] <cheeser> sounds reasonable as far as what you've told us.
[13:54:07] <cheeser> differing read/write loads yield different perf characteristics so it *can* make sense to split them up.
[13:55:59] <ams__> OK thanks. I'm just a bit concerned about the overhead of running (e.g.) 9 mongos vs running 3 mongos (in a cluster)
[13:57:36] <cheeser> oh, i wouldn't worry about *that*
[13:58:24] <ams__> The other thing is maintenance and updates, managing 1 cluster is easier than managing 3
[13:59:15] <cheeser> using mongo cloud it's even easier! ;)
[15:11:31] <ThePendulum> I understand those are either up to 2.4 or for wheezy only?
[15:12:07] <quattro_> one of my secondaries is in ROLLBACK, there’s no rollback data on this server, it’s on another secondary that is not in rollback state, is this normal behaviour?
[15:17:15] <quattro_> can I just remove the whole rollback directory if I don’t need to recover anything?
[15:25:27] <cheeser> ThePendulum: the wheezy debs install fine on jessie
[15:26:55] <ThePendulum> alright, well let me find the loose deb files
[15:28:14] <ThePendulum> guess I'm stuck with compiling on arm
[15:29:44] <cheeser> is there not already a 3.2 arm build?
[15:32:58] <jokke> about that progress for recovery? any way to know get a ETA or so?
[15:45:54] <jokke> rs.printSlaveReplicationInfo() like i said
[15:58:41] <cagomez> what's the best mongodb module for flask?
[16:03:11] <jayjo> nthe driver for python is pymongo
[16:20:28] <ThePendulum> cheeser: can't find it if so
[18:11:50] <xingped> new to mongo here. is it possible to, in one query, return a referenced document in a query on the parent? i.e. do all the embedding/combining at the query level instead of making separate calls.
[20:36:11] <^GitGud^> for picture serving, better idea to store on mongodb thru gridfs or better to put filename in mongodb then letting webserver pick up and serve the file?
[20:56:57] <cheeser> yeah. certainly querying by metadata is easier with gridfs
[20:56:58] <^GitGud^> but if its just a file system then its more difficult and i suppose with that option i'd have to write glue code to connect the stuff. making things more and more complex lol
[20:57:15] <^GitGud^> good points. thanks guys/girls
[20:57:24] <StephenLynx> plus with mongo you have its own memcache for said files.
[20:57:38] <^GitGud^> which is more optimized than anything i could come up with
[22:38:46] <naf> does anybody know why i could be getting this error?:
[22:38:53] <naf> 2016-07-25T18:11:25.833-0400 Failed: error reading separator after document #1: bad JSON array format - found no opening bracket '[' in input source