[13:35:52] <obiwahn> ok is should have not just copied and pasted and trusted the text
[17:50:27] <brammator> How do I work with stored js in pymongo? Specifically, I try to insert document like that: db.pages.insert({_id:getNextSequence("pageid"), name:"new document"})
[22:07:44] <mango_> by default where are programs placed in CentOS or linux in general.
[22:08:07] <mango_> I'm referring to mongo data files here.
[23:46:46] <cathode> hi there. i've been doing research on various nosql databases and it looks like mongodb may be suitable for my use case. i'm looking to store 3d volumetric data for an open-world game (think similar to Minecraft)
[23:47:44] <cathode> so, lots and lots of transactions per second, small bits of data where the schema isn't fixed (e.g. a specific type of block that has a custom piece of data attached to it)
[23:53:05] <cathode> if anyone had some feedback on this i would appreciate it :)