[00:41:41] <bewilled> Hi, I'm using System.setProperty("socksProxyHost", "127.0.0.1"); from a java app, that writes to mongo but this seems to be affecting the mongo client too. Anyone knows a workaround for this?
[12:21:47] <loa> hello, how i can create collection with zlib compression from python in mongo?
[12:22:16] <loa> i tried this https://dl.dropboxusercontent.com/u/25725476/screenshots/screenshot-2015.11.01-15%3A17%3A38.png
[15:11:53] <wsad> I installed MongoDB on my Mac running Yosemite using this blopg post as reference -> http://www.choskim.me/how-to-install-mongodb-on-apples-mac-os-x/ My db location is custom and hence I ran this command -> mongod --dbpath /usr/local/mongodb/data/db/ What I want to know is where do I create the mongod.conf file and add the dbpath to it?
[15:48:39] <StephenLynx> if that implies in few changes on application behaviour.
[15:49:05] <StephenLynx> however if that causes your documents to be handled completely different, then yes, you might be better with a separate collection.
[15:58:17] <loa> how i can check if my db is really use wiretiger with zlib compression?
[18:34:02] <shoshy> hey, i've install mongodb on an EC2 instance with inbound 27017 port open. I have an instance with an outbound 27017 port open trying to connect using pymongo. I know mongo is running (can log into it locally and see the demon using the port) , but i can't connect to it from the other instance. What am i missing?
[18:34:46] <shoshy> the ip given for the "client instance" is the private one of the mongo instance (using vpc)
[18:57:27] <Upgreydd> Hello. Can i get here support for mongoose?
[19:12:33] <Upgreydd> Ok i got it :/ I have very very big js object ( ~ 20 000 lines). I've created Schema for it. Schema contains nested objects. Do i need to use
[19:13:10] <Upgreydd> Ok i got it :/ I have very very big js object ( ~ 20 000 lines). I've created Schema for it. Schema contains nested objects. Do i need to use loop for each nested object to save?
[20:05:15] <cheeser> Upgreydd: "nested documents" are a semantic concept for us humans. mongodb sees one documents with stuff inside.
[20:05:24] <cheeser> so just insert your massive doc and you're done.
[20:07:51] <Upgreydd> cheeser: http://pastie.org/private/roif67o23yb9gqawhxyhxg meybe you know better way to do this?
[20:08:44] <cheeser> my better way would not involve javascript :)
[20:09:13] <Upgreydd> I have ~ 40 types of HARDWARE,ACCESSLOG etc.
[20:09:30] <StephenLynx> you might as well stop using BSON too :v
[20:11:18] <StephenLynx> it makes ZERO sense coupling your front-end with your database.
[20:11:22] <cheeser> oh, dear. another anti-framework screed.
[20:11:43] <StephenLynx> that is what unmaintainable software is made of.
[20:12:04] <StephenLynx> want to adapt to have a separate UI for some random system? though luck, everything revolves around angular now.
[20:12:08] <Upgreydd> I very like angular, i was working with jhipster, but i don't like static typing languages, that's why i'm trying with nosql and MEAN ;]
[20:12:38] <StephenLynx> just use node as one separate technology and mongo as another separate technology
[20:12:40] <Upgreydd> i have few big projects in jhipster (java REST + SpringIO + angularJS)
[20:12:45] <StephenLynx> without coupling it to any kind of front-end
[20:13:03] <StephenLynx> or don`t. I am not the one having to maintain your code.
[20:13:39] <Upgreydd> connectiong java via REST with frontend is very painfull, you need to convert every json to object and vice versa.
[22:36:57] <StephenLynx> I rather self-host than deal with github community.
[22:37:32] <iszak> StephenLynx: have you considered you are the bigot?
[22:38:05] <StephenLynx> no, I can tolerate people who have different opinions and I can work on them on a separate level than the one these opinions relate to.
[22:39:14] <StephenLynx> well, I will promptly stop discussing if anything on-topic starts being discussed.
[22:39:46] <StephenLynx> I can`t see any problem with off-topic if it isn`t disrupting anything on-topic and isn`t of bad-taste on a more tasteful channel.
[23:26:04] <Silverfall> so, in the lapse of 1 second, out of 181 random mongo docwrite requests only 161 are actually written
[23:26:20] <Silverfall> didn't this have a safe mode or something?
[23:32:48] <StephenLynx> what is the write concern being used?
[23:33:06] <StephenLynx> is the application receiving an error on the operations that didn't went through?