PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 29th of September, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[01:38:21] <ule> For those who read my message I posted this morning, the way I found to import a 300MB json file into Mongo was basically streamming it
[01:38:31] <ule> cat threads.json | jq -c -M '.[]' | mongoimport -d threads -c threads -j 4
[01:39:14] <ule> Now, I'm trying to figure out how to query by a nested object but the keys are generated dynamically.
[01:39:23] <ule> Here is what I got so far:
[01:45:44] <ule> https://pastebin.com/kh76aqQs
[01:51:03] <ule> I need to figure out how to access that "this.messages" from inside that forEach()
[20:12:28] <goldstar> when generating a mongo db URI to connect to the mongo db, are there any restrictions on the host, username and password values ?