[05:21:25] <crudson> Xzyx987X: I'm not sure there is a command for that
[06:41:01] <Xzyx987X> crudson: eh, I thought that might be the case. it's not that important because I can get the information by just reading all the values in an entry abd looking at the keys of the hash. it would just be a bit more optimised to only get the keys, if it were possible
[07:49:05] <liquid-silence> no how would I do db.containers.update({ "folders.name": "test folder"}, { $push: { "folder.assets": { name: "new asset" }}})
[07:49:25] <liquid-silence> seems to add the asset to the root and not to the assets array of the current folder
[07:52:07] <liquid-silence> ok nevermind found the issue
[08:33:47] <briefcaseofguts> erg can anyone tell me how to use mongoexport to give me all the collections into a csv?
[15:31:17] <metd> hi. I'm trying to run c++driver usage example, which is here: http://docs.mongodb.org/ecosystem/tutorial/getting-started-with-cpp-driver/ , but I got a lot of undefined references from mongodb code to boost. g++ returns: http://pastebin.com/aVqBeCE9 . I use Debian testing on amd64 with boost 1.54. ( sorry for doubling. I was first time disconnected)
[17:45:25] <agrim> anyone in? I has question about using mongodb with Flask. Any takers?
[17:48:14] <agrim> I already set up the Flask secret key, but in looking at the tutorial they also mention to use a mongodb secret key. Do these both have the same function? Or is it a good idea to have both secret keys?
[18:36:19] <agrim> currently working on setting up a Flask app with mongodb. in the tutorial they have you set up a secret key, I already have one set up for Flask. Do I need to set up another for mongodb? Or do they have the same function and one with be sufficient?
[19:15:42] <agrim> currently working on setting up a Flask app with mongodb. in the tutorial they have you set up a secret key, I already have one set up for Flask. Do I need to set up another for mongodb? Or do they have the same function and one with be sufficient?
[20:05:51] <joannac> agrim: To answer your question; if you're just playing around, sure you can share. If this is anything of note, i wouldn't share secret keys.