PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 27th of August, 2016

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:10:50] <iamacomputer> greetings all
[00:11:06] <iamacomputer> I asked this this morning, but I had to run so
[00:11:11] <iamacomputer> I'll ask once more
[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:12:40] <iamacomputer> etc etc.
[00:12:52] <iamacomputer> if anyone has hints, would be greatly appreciated
[00:12:58] <iamacomputer> (spelling)
[00:19:20] <cheeser> use an existing binary?
[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
[22:03:10] <jayjo> any idea?
[23:56:26] <alexi5> hi everyone
[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 ?