MongoDB Atlas (pay-as-you-go)
MongoDB, IncExternal reviews
509 reviews
from
and
External reviews are not included in the AWS star rating for the product.
MongoDB a different alternative
What do you like best about the product?
Well i like the fact that is schema less , the structure of a single object is clear we do not have complex joins.
Deep query-ability., and it is something that is in trending
Deep query-ability., and it is something that is in trending
What do you dislike about the product?
Well first thing i am so use to tradiciont TSQL so i am still getting used to it, sata size in MongoDB is typically higher, less flexibity with querying (e.g. no JOINs), no support for transactions(or maybe i do not know how to do them ).
What problems is the product solving and how is that benefiting you?
Running regressions and store the result
Recommendations to others considering the product:
Try to provide a path for the ones that are TSQL to experience MongoDB sometime we are affraid of the transition because we got the feeling that Mongo might not be as stablish as less say MSSQL
Powerful NoSQL DB
What do you like best about the product?
MongoDb is a powerful NoSQL DB and has become very performant with the addition of the WiredTiger storage engine. MongoDB is easy to setup and easy to work with in a variety of languages. Editing data is easy, since it is essentially modifying JSON.
What do you dislike about the product?
Joining data can be a bit hairy, so you have to make sure MongoDB is actually the correct solution for your use case. Querying can sometimes be confusing at first when wanting do more than a simple field match.
What problems is the product solving and how is that benefiting you?
We use MongoDB collections for storing a variety of content data that powers our website. An object can be a specific product or an article, or configuration data.
Recommendations to others considering the product:
Mongo is a great schema-less option that can allow you to dump your objects straight from your code as-is. This means not having to deal with normalization like in relational databases and having to do joins across collections, since all the data can be tied directly with the object. This requires a different mindset than when designing a relational DB-based project.
My favorite NoSQL database especially with Node.JS.
What do you like best about the product?
Very flexible, homogeneous with Node.sj, very high speed, good utility functions, and easy powerful queries.
What do you dislike about the product?
Establishing relations between collections needs to be done manually and a bit error-prone.
What problems is the product solving and how is that benefiting you?
Designing databases for websites and mobile application development.
Recommendations to others considering the product:
You should go for it if especially if you want to develop with Node.js framework.
perfect DB platform for Big data analytics scaleout in the cloud!
What do you like best about the product?
Flexibility and scalability...Clearly the perfect DB platform for agile, fast speed to market development while dealing with scale based on commodity, redundant hardware is fantastic!
What do you dislike about the product?
A bit too open and immature (as compared to the RDBMS vendors) at times. If your developers are adult-like, Mongo is an awesome tool to support Agile/iterative development. If you struggle with rigors in the app-tier on data model consistency and enforcement, mongo won't help you much (until latest version).
What problems is the product solving and how is that benefiting you?
Internet of things data collection and big data scalability
Recommendations to others considering the product:
Make sure your developers are adult-like...otherwise go with a more seasoned veteran RDBMS like Oracle or MSSQL
It's great if you're using JSON objects.
What do you like best about the product?
It's very interesting for me when I was developing an application based on Node.js. In our application, everything was in JSON and was extremely easy and efficient to use MongoDB to store JSON objects.
What do you dislike about the product?
I didn't like the errors that produced by MongoDB. They were not sometimes understandable.
What problems is the product solving and how is that benefiting you?
A web-based graph-based search engine.
Recommendations to others considering the product:
If you like to have a very easy-to-use database management system that can handle JSON objects, I highly recommend MongoDB.
Great database for use with your JavaScript and Node.js projects
What do you like best about the product?
Native support of JSON is a great feature of MongoDB and a core requirement for my project. If you are new to MongoDB there are plenty of resources available to get you started with ease.
One of the resources I'd recommend to anyone considering MongoDB is Mongo University. Their free courses give novice MongoDB users all the essential skills to start with MongoDB.
More information is always available in MongoDB documentation.
One of the resources I'd recommend to anyone considering MongoDB is Mongo University. Their free courses give novice MongoDB users all the essential skills to start with MongoDB.
More information is always available in MongoDB documentation.
What do you dislike about the product?
Persnally I find that maintenance of MongoDB can be tricky and might require more training and hands-on experience. One must also be comfortable with command line tools. I am still learning about proper security settings on my project.
What problems is the product solving and how is that benefiting you?
Flexibility and GeoSpatial queries and inexing.
Full-stack development with Meteor.
Full-stack development with Meteor.
Recommendations to others considering the product:
Give it a try.
Fast, scalable and easy to use
What do you like best about the product?
The ease of use , simplicity, and blazing speed
What do you dislike about the product?
It cannot be used for mission-critical application where data is very sensitive, as the mongodb developers recommend against doing that.
What problems is the product solving and how is that benefiting you?
Store a huge set of user data. It has helped me scale up my business in ways that aren't possible with traditional DBMS
Great noSQL product. Installation is less great.
What do you like best about the product?
The speed of the engine, the scalability of it, sharding and the support of the various programming languages.
What do you dislike about the product?
Installation is horrible. Too many machines roles in the setup. Map Reduce doesn't work as expected and is missing reliability (even from mongoDB team themselves)
What problems is the product solving and how is that benefiting you?
Saving big data and querying it. Data that is coming in very fast from our applications, should be easily stored and fetched. Mongo solves this. Unlike couchbase, querying the data is easy and working nice.
Recommendations to others considering the product:
If you want an easy to integrate nosql product, json based, with querying capabilities, and you don't care about long installations, this is the product for you.
Good for starters and heavy read applications
What do you like best about the product?
It's very easy to start with. The console commands are javascript based and a library for every major language officially supported. Great documentation for starters.
Secondary indexes are very useful for query optimization.
The self balancing and sharding out of the box is great for people wanting to write a scalable application based on a datastore without needing to know a lot about database scaling.
Secondary indexes are very useful for query optimization.
The self balancing and sharding out of the box is great for people wanting to write a scalable application based on a datastore without needing to know a lot about database scaling.
What do you dislike about the product?
On a write heavy load, mongo does not perform that well. Or well at all. The self balancing sharding kind of breaks down. Mongo keeps on trying to auto balance in the back ground but fails because of heavy write load.
Also the default _id field is used extensively for sharding internally so overriding that field causes all sort of scaling issues.
Also the default _id field is used extensively for sharding internally so overriding that field causes all sort of scaling issues.
What problems is the product solving and how is that benefiting you?
I have used mongo as a data warehouse and as a event storage system. One is a read heavy usage, other one is write heavy. The big pro is how easy and quick it is to setup and start using. Con is definitely it's inability to scale with write heavy load.
Recommendations to others considering the product:
If your application is read heavy, mongo is a great to get going. If it's write heavy, I would do some load testing before I go with mongo in production
Using for research in my Campus
What do you like best about the product?
Simple to qery and its performance is the best
What do you dislike about the product?
not listed in linux repositoy, like debian or ubuntu repositry or rhel or centos repository
What problems is the product solving and how is that benefiting you?
for sms gateway and system log. its so lighty.
Recommendations to others considering the product:
good for system log in your server adminsitration,its like use log file but in dbms
showing 271 - 280