External reviews
External reviews are not included in the AWS star rating for the product.
The Best Database system available on the Intenet right now, Simple, Scalable, Versatile.
What do you like best about the product?
Ease of Use - Effortless to set up and use; the official documentation is to the point and always updated.
Simple Learning Curve - It's straightforward to learn.To get started, It won't take more than 2-3 days.
Easy to Migrate - As it's NoSQL, you can migrate from any system to MongoDB without many problems.
Community Support - As it has been there for more than half of a decade, the community support is amazing.
Scalability - MongoDB is built for big applications, so load balancing, sharding, etc many powerful features it possesses that make it super scalable.
Simple Learning Curve - It's straightforward to learn.To get started, It won't take more than 2-3 days.
Easy to Migrate - As it's NoSQL, you can migrate from any system to MongoDB without many problems.
Community Support - As it has been there for more than half of a decade, the community support is amazing.
Scalability - MongoDB is built for big applications, so load balancing, sharding, etc many powerful features it possesses that make it super scalable.
What do you dislike about the product?
I have been using MongoDB for the last four years and haven't faced any significant issues. And whatever hurdles I met were resolved by the experts or community. So No, I don't have anything to dislike about MongoDB.
What problems is the product solving and how is that benefiting you?
I work in the Agritech Industry of India, where we deal with a massive amount of real-time weather data. So following are the benefits I have realized from this -
1. Almost zero latency DB operations
2. Having a geographically local instance made sure that data was available to the stakeholders without any delay.
3. While we have been getting a newer user base, and we need scaling, we used both inbuilt query optimizer and vertical scaling.
1. Almost zero latency DB operations
2. Having a geographically local instance made sure that data was available to the stakeholders without any delay.
3. While we have been getting a newer user base, and we need scaling, we used both inbuilt query optimizer and vertical scaling.
- Leave a Comment |
- Mark review as helpful
MongoDB makes web apps easy
What do you like best about the product?
By using MongoDB, paired with react, express, and node, you can quickly build web apps that meet or exceed customer expectations. MongoDB cloud allows you to stand up a cloud mongoDB instance that you can connect to with a database url, and has a free tier available. I highly recommend the MERN stack to anyone who will listen.
What do you dislike about the product?
It can be difficult to wrap your head around noSQL data structuring. It is not as intuitive as SQL based solutions. As your application grows, it can become complicated to make meaningful queries of your data.
What problems is the product solving and how is that benefiting you?
MongoDB's strength is in rapidly standing up a noSQL database. I have evaluated multiple options and nothing comes close to the speed an ease of mongoDB. I cannot say that I recommend it as an organization grows, however. It may not have everything you would need to reach a high level of scale.
Strong NoSQL candidate. Easy to use, and works well with various needs.
What do you like best about the product?
I like how easy MongoDB is to integrate with my applications. The document-based aspect is also beneficial because it allows for raw JSON data to be directly inserted into the database.
What do you dislike about the product?
There isn't anything I particularly dislike, but I believe their GUI applications could use some more refining (MongoDB Compass).
What problems is the product solving and how is that benefiting you?
I can take data that I have massaged from CSV into JSON and directly insert the JSON into the document-based database. I don't have to worry about reformatting the data just to store it in my database. This reduces the risk of error when modifying the format of data.
Immediate response database
What do you like best about the product?
The connection is stable and fast response in request of data, data in JSON format.
What do you dislike about the product?
Grouping and configuring different number of Clusters is difficult to do.
What problems is the product solving and how is that benefiting you?
The first benefit is the speed of response and the special Cluster configuration for greater security.
Best scalable and flexible Database
What do you like best about the product?
Easiest way to deploy, operate and scale
What do you dislike about the product?
To easy to run query and get large database JSON based
What problems is the product solving and how is that benefiting you?
Storing Large data in mongo db and performing different operation as normalisation
Recommendations to others considering the product:
I definitely recommend MongoDB as document database
No SQL required
What do you like best about the product?
What I like best is that schemas are optional. Schemas (usually required with SQL-based databases) can be very time-consuming. Mongo free you up and allows you to create a database based on documents.
What do you dislike about the product?
You really have to get used to the idea of not using schemas (with traditional databases) and that can take a while. Monogo requires a third-party cache to help it perform.
What problems is the product solving and how is that benefiting you?
One of the biggest problems being solved is that I can perform a transaction within a single document.
best document based database
What do you like best about the product?
MongoDB is a scalable database with flexible schema
What do you dislike about the product?
MongoDB documents limit to 16MB only and also consumes lots of memory
What problems is the product solving and how is that benefiting you?
MongoDB is used for its scalability in nature. We can add any field at runtime
Very fast processing noSQL database
What do you like best about the product?
Mongodb is very fast and perform it's duty as expected any nosql database.
Here table is known as a collection and no need to implicity tell the datatype of each variable. It can take automatically because it save as records and all data is store as a document.
If is difficult to make sync with relational and non relational database as both have different schema.
Here table is known as a collection and no need to implicity tell the datatype of each variable. It can take automatically because it save as records and all data is store as a document.
If is difficult to make sync with relational and non relational database as both have different schema.
What do you dislike about the product?
Couldnt find anything which I dislike about mongodb it's super fast and easy to use.
What problems is the product solving and how is that benefiting you?
I have rest api in my project so I used default mongo library in go to communicate with it an to perform curd operation.
Queries were quite simple and easy to use and understand
Queries were quite simple and easy to use and understand
Highly scalable database management
What do you like best about the product?
MongoDB provides no sql based database structure which is very useful now a days.
What do you dislike about the product?
No foreignKeys, Primary keys, it causes extra load on queries due to lac of joins
What problems is the product solving and how is that benefiting you?
Scalability
Large data manage
fast query response with indexes
Large data manage
fast query response with indexes
Best for storing real time data
What do you like best about the product?
I have been using mongo DB for a while now and it has been useful for my daily work. There are many benefits of using Mongo DB. It's easy to create and delete data. Out of the NoSQL, I always prefer mongo DB because it's easy to learn. and even data manipulation via a program is also easier. Another advantage of Mongo DB is having replica sets. when dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
What do you dislike about the product?
There are two main issues I have came across while using Mongo DB . The first is having a limit to the document size. (16MB). This is kind of a disadvantage when using MongoDB. The reason there is a limit is that mongo DB works with real-time data. Therefore as a solution, they have introduced to use time ranges in order to save data.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
What problems is the product solving and how is that benefiting you?
Mongo DB has contained replica sets. When dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
Can easily dump and restore data.
Having GridFS feature to store files and images.
Can easily dump and restore data.
Having GridFS feature to store files and images.
showing 131 - 140