[07:48:57] <Constg> Hello, do you know how to upgrade mongodump to v 3? My database is 3, my schema version is 5 (WiredTiger), but then, mongodump doesn't work anymore.
[08:10:04] <joannac> Constg: erm, how did you upgrade the other binaries?
[08:10:48] <Constg> joannac, apt-get upgrade, but the shell stays on 2.6.10
[10:04:44] <hello_kitty> whats a logical way to establish roles for a document (ie canEdit: Sarah, Jeremy, canView: Anyone | or just certain users) such that one can easily run a query from the perspective of the user to get all documents that they have some form of permission on
[10:06:10] <hello_kitty> I'm not thinking of db roles, just a custom concept of roles attached to some data
[12:59:13] <StephenLynx> web frameworks are crap, I got stuff to do.
[13:00:37] <StephenLynx> "Meteor is a complete open source platform for building web and mobile apps in pure JavaScript." but you can do that when using io or node.
[13:01:01] <StephenLynx> wait, is this client-side?
[13:05:52] <xaxxon> you sure have it figured out for not having heard of it 5 minutes ago
[13:06:43] <StephenLynx> I am familiar with web frameworks, they existed since forever and I am familiar with the fundamentals of software design.
[13:07:01] <StephenLynx> when I see a do-all tool like this is not hard to figure it is bad.
[13:07:24] <StephenLynx> especially when someone defends it by meaningless subjective aspects.
[13:07:52] <xaxxon> frameworks are about tradeoffs. Anyoneo who thinks there's one right way to do everything is wrong. There are a lot of people who think meteor provides a solution to an interesting set of problems
[14:01:21] <loadh> I changed to use the native Node driver
[14:01:32] <loadh> however, i'm now having some issues
[14:01:41] <loadh> my geo functions are a bit different
[14:01:57] <loadh> what i need to do is a geo search to find all businesses near the user's location
[14:02:12] <loadh> so i'm using collection.geoNear with shpherical true?
[14:03:11] <loadh> the problem i'm having is that i would like only some fields to be returned, so I gather the way this should be done is with 'aggregate', specifying the fields in ' $project;{field...}' etc
[14:03:42] <loadh> but how I tie this to the geo near function I don't know...because i'm getting all results in my DB back..
[14:33:40] <StephenLynx> loadh I never used geo functions, but the driver's documentation is really good http://mongodb.github.io/node-mongodb-native/2.0/
[14:34:09] <loadh> StephenLynx: yeah I'm trying to follow it
[14:36:23] <_ari> anyone know how i can use this query for mongodb: http://stackoverflow.com/questions/30440363/sum-up-tuples-that-contain-a-specified-id
[15:22:57] <JoshK20> Hey. I have a document that looks like this: http://hastebin.com/agojuwigap.coffee. With the PHP driver, how would I remove the hub_fly (under packages) from it? Thanks.
[16:22:20] <StephenLynx> ".write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead." I write two files from disk to gridfs. One is an image, and the other is an image generated using imagemagick. Only the thumbnail gives me this warning.
[16:22:50] <StephenLynx> I have just updated all modules of my project, so the driver is not outdated and I am using the latest mongo version from 10gen's repository.
[16:25:14] <StephenLynx> GothAlice you seem to be the most familiar with gridfs here, any idea on this?
[19:13:28] <Waitak> I'm having a bit of trouble understanding how to poke around in the results of find_one() using the new C++11 API. Is this an appropriate place to ask?
[22:43:46] <Waitak> Is there a place to submit tickets for the 3.0.X C++ API?