PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 14th of March, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:06:36] <ilhami> hello
[08:07:10] <ilhami> https://github.com/Masquerade-Circus/mongoose-history-plugin#install can anyone help me setup this plugin in my application?
[09:57:47] <guardian> is it costly to createIndex when the index already exists or is it a NOP?
[10:09:24] <Trezker> why would you create an index that already exists?
[10:17:07] <Jackneill> hi
[10:17:20] <Jackneill> how is it possible to have the same key in a document multiple times?
[10:17:42] <Jackneill> { "valid_from" : "2019-03-14 06:10:01", ... "valid_from" : "2019-02-21" }
[10:17:55] <Jackneill> is what i've found in our database.
[12:39:24] <BungeeTheCookie> hi
[12:39:29] <BungeeTheCookie> I have a list of user objects in my database
[12:39:35] <BungeeTheCookie> and each user has an email associated with it
[12:40:03] <BungeeTheCookie> how do I run a command that will get the emails of everyone in my database and output it to say, a comma-delimited list
[12:40:09] <BungeeTheCookie> in command line or even output to a file
[18:29:25] <patientplatypus> i have an so question: https://stackoverflow.com/questions/55169671/mongoose-model-is-not-saving-not-throwing-error
[18:41:12] <bungeethecookie> can someone help me with my question earlier