PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 30th of November, 2013

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:09:11] <cheeser> you'll want matches in a separate collection i'm sure
[04:04:37] <quattro_> how would i check if all 3 of my mongocfg indtances are up and connectable?
[04:10:47] <quattro_> is there like a command on mongos i can enter to check the config server status?
[11:25:40] <Oliver_> Hello friends nerds! I need help... Has anyone tried to connect Crystal Reports XII MongoDB? Through ODBC or JDBC connections
[11:29:38] <kali> ahem
[11:29:50] <kali> you're aware mongodb is not a SQL engine ?
[11:30:43] <Oliver_> I know, but I need to display images that are saved in MongoDB in the report
[11:31:20] <Oliver_> Do you have another solution? I'm working with MySQL reports, having the identification code of the image that is in MongoDB
[11:31:31] <kali> i'm not even sure there is a working odbc/jdbc connector for mongodb
[11:33:23] <voidhouse> It is mostly a case of let me do it in MongoDB because it sounds cool.
[11:33:37] <voidhouse> Or lets use MySQL and MongoDB togather to make it look more hype.
[11:35:23] <Oliver_> There are projects on the Internet, where they created JDBC connectors, however, worked partially.
[11:38:06] <Oliver_> I have an idea, I can access via HTTP, request a record of MongoDB? In this case it would be an image
[11:38:21] <Derick> you can write a web service around it, sure
[11:39:41] <Oliver_> right, I'll think about that possibility
[11:39:47] <Oliver_> thanks
[13:39:56] <Vladimir> Hello
[13:40:24] <Vladimir> I have problem with starting mongodb on windows, could anyone help me&
[13:40:25] <Vladimir> ?
[13:40:52] <Vladimir> I installed mongodb as a service on windows 7
[13:41:56] <Vladimir> When running in the shell: net start MongoDB: it says that it passed to much time and service not started
[13:43:09] <Vladimir> Hey Wow anyone...
[13:45:54] <Vladimir> Does anyone have experience with mongodb on windows
[13:47:20] <Vladimir> hello
[13:47:52] <Derick> Vladimir: you need to have patience - if there is somebody that knows about it, they will answer
[13:49:42] <Vladimir> well maybe somebody knows where can I find answers?
[15:06:12] <Vladimir> Does anyone have experience with mongodb on windows
[15:21:21] <garbagecollectio> hey
[15:21:41] <garbagecollectio> anyone know how i convert a field from scientific notation to int
[15:23:07] <garbagecollectio> also anyone know how to avg a field
[19:31:49] <w3bcrawler> got mongodb installed and also got it running on localhost.. but i can't find out where the data file is. can anyone help out this noob?
[19:32:17] <jkitchen> w3bcrawler: lsof -p `pidof mongodb`
[19:34:55] <w3bcrawler> excellent! thank you sir. sorry for the delay, had to apt-get lsof
[19:44:35] <garbagecollectio> anyone around
[19:44:36] <garbagecollectio> ?
[19:44:44] <garbagecollectio> db.nutrient_data.aggregate({ $group: {_id : "$Nutr_No", maxVal: { $max: "$Nutr_Val" }}}, { $sort: {"_id" : 1}})
[19:45:01] <garbagecollectio> how would i also print out the NBD_No of the maxVal
[19:45:12] <garbagecollectio> another field in that object where the max is
[20:02:10] <garbagecollectio> ??