External reviews
External reviews are not included in the AWS star rating for the product.
MongoDB is the perfect solution for data list management
What do you like best about the product?
MongoDB allows the export of non-relational databases, which is useful for working with code whose format needs to be changed more freely. When creating data strings, they can be exported through lists to a chosen server
What do you dislike about the product?
The mongo DB platform does not support SQL type databases from services such as MySQL, because with mongo DB it is not possible to carry out the same work procedure based on the server modes offered by these platforms
What problems is the product solving and how is that benefiting you?
Mongo DB exists as a software to work with non-relational databases, but it covers much more by leaving aside the slowness brought by the management of DDL type commands. In fact, MongoDB serves to stop working with SQL and experiment with other types of configurations and data formats
Recommendations to others considering the product:
We recommend MongoDB in the area of developing online projects that involve extensive data lists is to import the information to any external cloud, preferably for future reviews and edits through third party software
- Leave a Comment |
- Mark review as helpful
You have to use MongoDb at least once!
What do you like best about the product?
It has amazing features. You can use it on memory or disk. As cash server with TTL or as a normal DB. Also, you have a full-text search on your collection.
MongoDB is amazing for the projects who don't have a strong style for the beginning for at least the first 5 years.
It's easy to use, user friendly, and super fast. Extendable horizontally and vertically.
MongoDB is amazing for the projects who don't have a strong style for the beginning for at least the first 5 years.
It's easy to use, user friendly, and super fast. Extendable horizontally and vertically.
What do you dislike about the product?
If you don't want to limit yourself, you can create a big mess in that. Data without style can be really dangerous.
What problems is the product solving and how is that benefiting you?
Store lots of data with different kinds of Schema.
Recommendations to others considering the product:
Read about it to understand the features that MongoDB have to use it in the best way.
Great and best NOSQL database I have ever used.
What do you like best about the product?
The best thing about MongoDB is it gives query output in JSON format which is easy to read. And for the new user they can have it for free with certain storage space.
What do you dislike about the product?
Although working with MongoDB is very easy but at the beginning learning MongoDB might take some time. One more thing is that the free version limits the storage of data.
What problems is the product solving and how is that benefiting you?
As in MongoDB data is encapsulated that's why the queries are much faster and the software is extremely performant. In MongoDB I can make number of structural changes easily to the access data without too much modification in data access layer.
Recommendations to others considering the product:
Highly recommended.
MongoDB: The best NoSQL Database
What do you like best about the product?
MongoDB is scalable, robust, easy to use, and has well-designed architecture.
It can be integrated with many programming languages.
The MongoDB community is large.
You don't need to stress yourself with where to host your database.
It has unique and helpful tools like the MongoDB Compass, to make database administration easy.
It is very secured.
It can be integrated with many programming languages.
The MongoDB community is large.
You don't need to stress yourself with where to host your database.
It has unique and helpful tools like the MongoDB Compass, to make database administration easy.
It is very secured.
What do you dislike about the product?
Even though technologies have their dislikes, I personally don't have any dislikes with MongoDB.
What problems is the product solving and how is that benefiting you?
I use MongoDB as the database for my web applications and CLI apps.
Recommendations to others considering the product:
Use MongoDB if you want a scalable, robust, and easy to set up a database.
It has good and well-written documentation.
It has regions all around the world and its back up plans are superb. You don't need to worry about what happens when a region goes down.
It is very secured.
It has good and well-written documentation.
It has regions all around the world and its back up plans are superb. You don't need to worry about what happens when a region goes down.
It is very secured.
This is an emerging opensource NoSQL Database with powerful features and performance
What do you like best about the product?
MongoDB's features and performance and their continuous Development of improvements
What do you dislike about the product?
MognoDB Compass which is very basic tool compared to Studio 3t/Robo 3t
What problems is the product solving and how is that benefiting you?
We were able to replace Oracle/MS SQL in many places
Recommendations to others considering the product:
If you're looking for ease of use , performance & scalability go for MongoDB
The Best feature provide by Mongo ie Cloud
What do you like best about the product?
Easily Deployment in Mongo Cloud
Easily Connection by the Mongo Atlas and other GUI Tools
Easily Scalable and de-Scalable if needed as it is cloud-based
User Friendly, Simple UI with many features
Easily reporting and analysis
Easily Connection by the Mongo Atlas and other GUI Tools
Easily Scalable and de-Scalable if needed as it is cloud-based
User Friendly, Simple UI with many features
Easily reporting and analysis
What do you dislike about the product?
Cost is very Expensive, well all other features are the best on Mongo Cloud
What problems is the product solving and how is that benefiting you?
Storing a Large Amount of Non-relational Data and Non-Structural Data
Recommendations to others considering the product:
All should be cloud-based and easily scalable as Mongo Cloud Manager is.
Schemaless no SQL database:easy to manage data
What do you like best about the product?
The best part of mongodb is that CRUD operation is easy and managing the large number of database is simple.No complex joins are required so people can easily learn and implement.
What do you dislike about the product?
There is no default transaction support.If we need we have to handle it.
What problems is the product solving and how is that benefiting you?
We are using CRUD operation for the database for creating, read, update and delete data.Easily we can implement in our projects if we have large collection of database.Mongodb can store any type of file and no size limitation is there,which is a benefit i can say.
We have been using Mongo vastly. We are part of DBA group who manage Mongo DB Cluster.
What do you like best about the product?
Easy Data Modeling, Setup cluster and Mongo compass
What do you dislike about the product?
Too much depend on OpsManager for Upgrade and other activities.
What problems is the product solving and how is that benefiting you?
Bug fixes , Tuning and scaleable
I'm a big fan of NoSQL databases especially so with MongoDB
What do you like best about the product?
The json-like format of MongoDB data offers a lot familiarity with javascript users. MongoDB data structure is very flexible in a way that not all documents under a collection must have all the defined attributes. The auto generated I.D is always unique for any new document across multiple MongoDB databases which allows for scalability
What do you dislike about the product?
I always have problems when it comes to adding auto-incrementing fields for documents for instance when I need an auto incrementing I.D
What problems is the product solving and how is that benefiting you?
There is not so much need to get the data structure well planned as it is with MongoDB and other NoSQSL databases because of the flexible nature on MongoDB and how easy it is to modify the structure without affecting the documents already stored.
Recommendations to others considering the product:
MongoDB is the best way to persist application data where structure could easily alter in future
Many modern backend developers love MongoDB and it's understandable
What do you like best about the product?
The NoSQL structure of MongoDB collections allows for flexible data modeling where different documents can have a varying optional attributes which would be had to pull off in an SQL relation structured database. This leave room for future adjustment and scaling which would have otherwise required building a new data base structure in SQL databases in case requirements changed
What do you dislike about the product?
ID fields that increment with each new entry that are available in SQL tables are not primarily supported in MongoDB. You need a plugin or intermediate to advanced knowledge in mongoDB to create incremental fields
What problems is the product solving and how is that benefiting you?
MongoDB offers flexible structuring of requirement into data models that can be efficiently represented in the database
Recommendations to others considering the product:
MongoDB is a great alternative to checkout if SQL based relation databases are too rigid for your requirements
showing 71 - 80