DynamoDB vs MongoDB NoSQL [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
How would I find duplicate fields in a mongo collection. I’d like to check if any of the “name” fields are duplicates. { … Read more
I am trying to change the type of a field from within the mongo shell. I am doing this… db.meta.update( {‘fields.properties.default’: { $type … Read more
Here is array structure contact: { phone: [ { number: “+1786543589455”, place: “New Jersey”, createdAt: “” } { number: “+1986543589455”, place: “Houston”, createdAt: … Read more
Is there a way to specify a condition of “where document doesn’t contain field” ? For example, I want to only find the … Read more
How to I get mongo to use a mounted drive on ec2? I really do not understand. I attached a volume on ec2 … Read more
The question is as basic as it is simple… How do you log all queries in a “tail”able log file in mongodb? I … Read more
I tried mongo replica sets for the first time. I am using ubuntu on ec2 and I booted up three instances. I used … Read more
I have mongoDB 3.2 installed locally for Windows 7. I would like to find out its specific version (like is it 3.2.1, or … Read more
I’ve exported the database on the server using mongodump command and dump is stored in .bson file. I need to import that in … Read more