PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 12th of May, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[11:39:59] <b44__> Having this structure: There are many document types. When a new document is generated, it has a field set, depending on which document type was selected.
[11:40:09] <b44__> How to realise this in mongoose/ mongoDB ?
[11:40:35] <b44__> Also I'd like to be able to modify the field sets
[11:41:46] <b44__> So let's say DocumentTypeA has {field_1, ... field_n). Now I'd like to be able to add a new field_n+1 here, so that all instances get updated by this field, too
[12:04:41] <justanotheruser> Hey, what is the best web frontend for a mongo database instance? I want people to be able to read and write to the database through their browser.