Sub-Resource data should be embedded in Resource entity or duplicated in NoSQL document?
I have a scenario similar to as depicted below,
Should I / can I bundle node.js and mongod together with my application?
I’m working on a web application that runs on node.js and uses MongoDB. It’s important to mention that I plan to release the application as commercial software. The way I wrote the installer, it asks the user to confirm the location of the node and mongod binaries (after autodetecting first). I figured I could skip this step altogether by bundling said binaries together with my application or making the installer download them, but there are a few issues I need to address:
How to model hashtags with nodejs and mongodb
Existing architecture: nodejs server with mongodb backend.
Restore one mongo database to a point-in-time to another instance when there are multiple databases in the instance
I have an instance with 10 databases. I’d like to restore 1 of the 10 databases back to a point-in-time, but to another instance.
“[email protected] error 4” upon installation [closed]
Closed yesterday.
Why is MongoDb popular with Node.js? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
What is a good pattern for multi language in MongoDb?
Say I want to build a website that support multiple language and use MongoDB datastore. I wonder what is a good approach to have multiple versions of the body and title of an article, one for each language.
MongoDb: Is it possible to push an entry with a dynamically calculated field?
I have a document structure such as:
Throws error while running mongo in powershell
enter image description here
Mongodb array vs object
New with Mongodb, and I’m not sure what implications or benefits there are between the use of an array vs an object.