External reviews
External reviews are not included in the AWS star rating for the product.
my experience working with mongoDB as it is an open source database management system(DBMS)
What do you like best about the product?
mongodb is a No SQL database,its also reliable because of its replica sets and also the data can be replicated in more nodes
What do you dislike about the product?
let me say that mongodb is not as great as u think because its not fit for typical web projects,mostly because mongobd databases require implementation of their own specifications on top of the databases,its also puts more pressure on the management team because it requires too much attention and working with the database,there is always an issue of in consistence when using mongodb.
What problems is the product solving and how is that benefiting you?
usually,relational database management system use table joins to have relationships between data but with the help of implementing mongoDB structures this has been eliminated ,mongodb is very easy to add functionality unlike normal sqldb
Recommendations to others considering the product:
use mongodb in database management system environments because it is very fast and an efficient way of creating nosql commands. good especially when working on small projects and most importantly it doesn't require normalization since data is kept in a pool/ collection of data, mongodb is reliable.
- Leave a Comment |
- Mark review as helpful
No SQL by mongoDB
What do you like best about the product?
mongoDB is one of the best no sql database systems that has shown a lot of potential in managing user data, the creation of centralized databases in collections and documents make it easy to create and manage data on a fly. this way of working is so important to a developer because we use json(JavaScript object notation) which is JavaScript related for creating the database, JavaScript for the front end through use of frameworks like react. so this means that a developer only has to learn one language to build big and complex projects. i love mongoDB because it very fast
What do you dislike about the product?
when security is an important implementation for your project, some times speed drops in comparison to other database management systems. there a fears of consistence when running mongo on a single node
What problems is the product solving and how is that benefiting you?
Easy of scale when working with large data sets in a schema-less way.
Recommendations to others considering the product:
mongo is a wonderful NOSQL database infrastructure that increase the productivity time of a developer with a growing community and free courses on how to implement the very complex DB creation.
Mongodb tool
What do you like best about the product?
That is a not a sql data base and you can create new documents very easy.
What do you dislike about the product?
I like everything about mongodb is an amazing db.
What problems is the product solving and how is that benefiting you?
We are taking a Sql databases and transform them to nosql so we can create record very easy.
Recommendations to others considering the product:
I recommend it for sure
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 :-) .
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.
Versatile database tool
What do you like best about the product?
This effective tool has so many advantages that I can’t even imagine firstly it assures that all my data is safe and secure with nothing to care about. Also, I really like the way in which it helps in scalability of my data which helps in improving all my data from each point of view. Moreover, this platform also provides an easy replication ability that enhances my work and also quite effective in order to increase the productivity of my work.
What do you dislike about the product?
While getting so much from it something that I found not so good is its updating issues which works very slow also sometimes its connectivity issues occurred and documenting process takes a longer time otherwise all is good worth this application and I loves to suggest it further to my colleagues.
What problems is the product solving and how is that benefiting you?
MongoDB is my most favorite software that keeps my data organized in a very effective manner and also helps in complete security of my respective data at one single location. Moreover, I can easily edit or modify my particular data including files and folders into a useful form and also it helps in utilizing all my important data into a preferred way. It is playing a vital role in our organization.
Recommendations to others considering the product:
For semi structured data it’s a well suited product if you want to distribute data bases with higher efficiency and also to get good results. Furthermore building application requires real time response that is useful in order to create good data bases.
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.
Best database for NOSQL
What do you like best about the product?
It is used to store document type data without any relationships between data. Everything can be stored in the form of embedded documents which makes easy for an application to fetch data from Mongodb at a high speed and is very well suited for clustered environments.
What do you dislike about the product?
The data stored in MongoDB is stored in denormalized form which makes data redundancy in the Database.
What problems is the product solving and how is that benefiting you?
MongoDB is used in our organization to store the user logs from enterprise website and is used for running analytics on document type data.
Recommendations to others considering the product:
Once of the best database for storing unstructured data and can be tightly integrated with hadoop cluster,
Mongo DB review
What do you like best about the product?
Mongo DB is a relational database. I and my team used mongo DB to store the conversation of the bot and the user and further used it for training the bot.
It is a very nice DB as it support unstructured data.
It is specifically designed to use as a unstructured database.
It is a very nice DB as it support unstructured data.
It is specifically designed to use as a unstructured database.
What do you dislike about the product?
As it is unstructured database sometimes it may not be easier for user to understand how to use documents , collections and which indicates what element in structured database.
What problems is the product solving and how is that benefiting you?
As of now there are no such challenges in using mongodb .
Only thing that maybe useful to discuss is there is no concept of join and data consumption is higher as there is no normalization.
Only thing that maybe useful to discuss is there is no concept of join and data consumption is higher as there is no normalization.
Perfect for data storage
What do you like best about the product?
The princip of collection is perfect for the data storage. In my case we use mongodb for the storage of training certificate. We have one collection for the distancial achievement, one for the presential achievement, one for the person... it’s really practical and easy to use !
What do you dislike about the product?
The language is difficult to learn at first. It’s more complicated than SQL language and it’s hard to find documentation on the internet
What problems is the product solving and how is that benefiting you?
We use MongoDB for the storage of training certificate. We pass with success the last audit !
showing 191 - 200