[04:33:48] <krisfremen> just starting out with mongodb, and just curious, is it possible for a node to contain multiple replication sets?
[04:34:09] <krisfremen> or the limit is one per node?
[06:58:08] <kakashiA1> I am using mongoose and there I have a field with the type Array and its default value is [['test',0, false]]
[06:58:17] <kakashiA1> but what I get is ['test',0, false]
[06:58:33] <kakashiA1> how can I tell mongooose to give me an array of arrays?
[11:12:21] <laurensvanpoucke> hello, I got a user object/schema, what's the best way to store image or images to that user? ( in mongodb, I'm using mongoose )
[15:53:56] <seiyria> hey all, I've had some weird stuff happening with the node-mongo driver for a while: https://jira.mongodb.org/browse/NODE-334 anyone able to provide any insight?
[22:51:55] <lilVaratep> what’s the ideal way to store spreadsheets from angular frontend to nodejs backend into mongodb?
[23:53:46] <codezomb> what role needs to be set in order to check replication status?