[00:11:24] <iamacomputer> Is there a way to build the mongo client without building the entire db
[00:12:21] <iamacomputer> When I deploy to a cloud instance, I would like compile the client on that cloud instance with all the correct libc++ etc flags
[00:12:37] <iamacomputer> but compiling the entire db is a multi hour project
[00:25:42] <iamacomputer> but I thought the deal was with the libc++
[00:25:48] <iamacomputer> you needed to compile with the right options
[00:25:53] <iamacomputer> for binary compatibility
[11:40:01] <harha_> Hey. I've never used mongo, could it be well-suited for data visualization? Lots of variables, updated every second and I need to visualize them on a web page.
[14:53:51] <iamacomputer> nm, I thought mongo was still like it was a year-ish ago, but it seems things have been separated out.. nice
[21:02:50] <jayjo> Is there any way to process the error lines when using mongoimport?
[21:07:35] <jayjo> currently I only get the line: error processing document #4109: invalid character '3' in string escape code
[23:58:11] <alexi5> I am creating a voucher redemption system where vouchers are in their own collection .for the redemption procedure I would like to find and return the voucher and update it to state is is used in one atomic action. is there a command to locate a voucher and update in one atomic action ?