
External reviews

External reviews are not included in the AWS star rating for the product.
Efficient database
What do you like best about the product?
Mongo db is the best database out of all i have used , It is no sql database flavor which stores data as json . unlikely as relational database does. As it is no sql database the data is tranferable easily over internet and can be used for operations easily. easy to maintain and use.
What do you dislike about the product?
there is no strict condition on data records, it takes what ever the data is and stores it with new records. even this is sometimes good option but it holds lot of junk if we dont takecare of it.
What problems is the product solving and how is that benefiting you?
Creating a user database for my mobile app to make the authentication.
I also use mongo db to store the webhooks data that comes from my social webhooks(this is one application that handles events from social apps).
I also use mongo db to store the webhooks data that comes from my social webhooks(this is one application that handles events from social apps).
Recommendations to others considering the product:
Yes I do recommend to others, because Mongo db is the best database out of all i have used , It is no sql database flavor which stores data as json . unlikely as relational database does. As it is no sql database the data is tranferable easily over internet and can be used for operations easily.
You can you it more compatible with rest services or applications with rest apis. where it transfers stateless data transfer of resources. Json is the most commonly used structure to render data on frontend now a days.
Please take it as prefference and use it Happy coding :-) .
You can you it more compatible with rest services or applications with rest apis. where it transfers stateless data transfer of resources. Json is the most commonly used structure to render data on frontend now a days.
Please take it as prefference and use it Happy coding :-) .
- Leave a Comment |
- Mark review as helpful
Mongo is a modern database management solution.
What do you like best about the product?
MongoDB is easy to learn especially for users from a javascript background. Also users and developers with experience in object oriented programming languages will easily understand how to create, and manage MongoDB databases. MongoDB operations are less prone to syntax errors and when there occur, it is very easy to spot them compared to SQL databases operations
What do you dislike about the product?
MongoDB no inbuilt measures to handle ACID database transactions. But there a libraries that provide support for this.
What problems is the product solving and how is that benefiting you?
MongoDB databases have faster performance because of how documents can be embedded into other documents.
Flexible DB for rapid development and high availability
What do you like best about the product?
Flexible Schema, high availability, great aggregation framework for reports
What do you dislike about the product?
I haven't come across ODM libraries from MongoDB and hence rely on third party (open source) libs for this and have come across issues.
What problems is the product solving and how is that benefiting you?
Extremely developer friendly. We use MongoDB as a document DB for solving problems in the airline industry
Recommendations to others considering the product:
Make sure you pick the right libraries for the MongoDB driver for the language you are using. Always run MongoDB with replication.
I am a big fan of NoSQL databases
What do you like best about the product?
I'm glad that MongoDB now has mongo campus; a companion application that gives you a visual presentation of your mongoDB databases. MongoDB's embedding of databases within a databases allows for quicker operation
What do you dislike about the product?
MongoDB databases are prone to data inconsistency or redundancy depending on the way you choose to design and implement your database
What problems is the product solving and how is that benefiting you?
MongoDB database operations are faster than related SQL or MySQL operations.
Offer Document Oriented Storage
What do you like best about the product?
Data is store in the form of JSON style document. It is an Open source document databse and is also the leading NoSQL database. Installing and setting up MongoDB is very simple and easy as well. It is also a shemaless database hence this means your code defines your schema. MongoDB is also very easy to scale and no complex joins are needed as well in this database type. Its by convention a NoSQL database which means it is secure since there is no SQL injection. Features like replication and gridFS which helps in increasing data availability hence improving the performance
What do you dislike about the product?
I am sad becuase it takes alot of memeory since it stores key names for each value pairs which hence means there is high data redundancy. It also limits nesting and it also does not support joins.
What problems is the product solving and how is that benefiting you?
Due to growth of data in our organization, we needed a database which could hold Big Data and we sette for MongoDB due to its scalability.
Recommendations to others considering the product:
I would recommend that the MongoDB developers solve the proble of data redundancy. It takes alot of my Memory.
The leader in no sql database services
What do you like best about the product?
Distributed yet integrated. No hassle of primary keys or foreign keys , just one unique id per record and its done. Navigate throughout the system for traversing has never been any easy.
What do you dislike about the product?
Can be troublesome for beginners but not after that.
What problems is the product solving and how is that benefiting you?
Using it as a server side framework for deployment of web apps
Recommendations to others considering the product:
Best for short as well as long term reliability. One can use it for long term data storage solution and can depend on it as a storage service.
An alternative way to manage a database
What do you like best about the product?
My favourite feature about MongoDB is that I can embed a collection (the equivalent of a table in SQL) into anther collection. Something that would require me to create two separate tables in an SQL database
What do you dislike about the product?
Sometimes I spend a lot of time deciding between whether to embed a collection within another or create a new collection which is usually a tread off between performance against maintenance
What problems is the product solving and how is that benefiting you?
MongoDB is basically serverless which simplifies the process of setting it up
MongoDB looks complicated, but it is not!
What do you like best about the product?
I love the layout! You can tell it is a database software so it looks like a lot of conglomerated data, but it is super easy to use.
What do you dislike about the product?
Hmmm, I would like it better if they had a dark theme :D
What problems is the product solving and how is that benefiting you?
In my company, I am troubleshooting wait timer delays for our marketing automation feature called Campaign Automation.
Recommendations to others considering the product:
Get this if you want to get control of your database and any other implementation that deals with a large amount of data.
Review on MongoDb to show his strength
What do you like best about the product?
This is really wonderful tool easy to access, query builder, easily I can access date using my query this is really good tool which we can user for log time, we can added more environment here
What do you dislike about the product?
For large data its taking time to fetched data form server
What problems is the product solving and how is that benefiting you?
No I haven't faced any issues till now
Recommendations to others considering the product:
Yes definitely I will recommended this to my friends and company
I am a web developer who has used MongoDB as a database for some projects.
What do you like best about the product?
The flexibility that mongoDB offers. The tools that makes the things easier for make queries.
What do you dislike about the product?
The installation and first implementation for a new user can result a little complicated.
What problems is the product solving and how is that benefiting you?
The last project I did was a chatbot. As mongoDB is a non-relational database I was able to store all the information I needed and make queries so easily. Mongo was a good option to work with a framework for chatbots called RASA.
Recommendations to others considering the product:
In order for you to use mongoDB all you have to do is follow and read carefully the documentation.
showing 91 - 100