External reviews
External reviews are not included in the AWS star rating for the product.
MongoDB and noSQL
What do you like best about the product?
MongoDB cloud is a very easy to use NoSQL environment where you can set up your no SQL database instances easily and quickly without installing software in your local machine.
What do you dislike about the product?
MongoDB cloud has all the tools you want in no SQL environment but the monthly cost is somewhat high for a small project but it would be a problem if you are opt-in to the local environment.
What problems is the product solving and how is that benefiting you?
We are a commercial software development firm for all our no SQL database solutions we use MongoDB. For some application development, we use MongoDB cloud for some free of charges software solutions we use locally hosted MongoDB servers.
Recommendations to others considering the product:
I am highly recommending MongoDB for a developer who is looking for no SQL document-based database solution.
- Leave a Comment |
- Mark review as helpful
Best No Sql Db still out there
What do you like best about the product?
I am using MongoDb for the last 3 years and I can say without a doubt that it's the best DB out there in the NoSql marketplace. Simply because of its Flexible document schemas, easy deployments/managements, and more data agnostic environment, major advantages over RDBMS DBS such as Postgres. For example, the ability to use an Array of Foreign keys is an essential part of the modern web apps but these things are not supported by the Postgres DB. Also the distributed filesystem grid fs is also one of the robust things out there for story/retrieving binary files efficiently which makes MongoDB far more advanced than its subordinates.
What do you dislike about the product?
The DB side schema enforcement and type enforcement at the DB level is still a plus point and a primary reason why people still use Postgres over MongoDb. Additionally, the internal foreign key mapping as compared to just a string filed holding ids of foreign documents in DB is a thing I dislike.
What problems is the product solving and how is that benefiting you?
Our business is a business that generates a lot of dynamic data from hardware sensors and we wanted a database that can be easily plugged and when adding new fields or in our case, new sensors the previous data with legacy documents still work and are not affected. Thus we opted for a no SQL approach through MongoDB and it turned out to be a perfect data agnostic, secure and reliable one.
Mongodb is excellent database for newbie
What do you like best about the product?
MongoDB is the easiest way to use the document database for local projects and for the production environment. It can be easily deployed on the different cloud services and it is truly beginner-friendly.
What do you dislike about the product?
As a document database, it is easy to store data of any type which sounds cool but it is also the biggest drawback as MongoDB stores key names for each value pair thereby increasing data redundancy.
What problems is the product solving and how is that benefiting you?
For my company, we have built an ANPR (Automatic Number Plate Recognization) to extract numbers on the license plate then an API is called to get information based on the number plate this are easily managed by MongoDB
With relational database choices and capabilities.
What do you like best about the product?
I like MongoDB it is very beneficial and important for:
1. It provides extensive indexing capabilities, allowing us to index any attribute.
2. It is favorable in terms of replication and high availability: Replication over LAN and WAN provides scalability and peace of mind.
3. MongoDB makes automated sharding easier to implement without losing functionality.
4. MongoDB is useful for queries on JSON-formatted data stored in a database.
1. It provides extensive indexing capabilities, allowing us to index any attribute.
2. It is favorable in terms of replication and high availability: Replication over LAN and WAN provides scalability and peace of mind.
3. MongoDB makes automated sharding easier to implement without losing functionality.
4. MongoDB is useful for queries on JSON-formatted data stored in a database.
What do you dislike about the product?
JOIN tables are not supported by MongoDB.
MongoDB uses a lot of RAM for data storage and has document size limits.
3rd party library support for MongoDB is insufficient and needs to be improved.
MongoDB does not support transactions.
MongoDB uses a substantial amount of internal memory.
MongoDB limits the document size to 16 MB; If we have data larger than 16 MB, we must encrypt it before saving it.
MongoDB uses a lot of RAM for data storage and has document size limits.
3rd party library support for MongoDB is insufficient and needs to be improved.
MongoDB does not support transactions.
MongoDB uses a substantial amount of internal memory.
MongoDB limits the document size to 16 MB; If we have data larger than 16 MB, we must encrypt it before saving it.
What problems is the product solving and how is that benefiting you?
MongoDB is very useful and provides excellent performance in terms of:
1. It allows us to quickly locate information.
2. Collaborate and improve our decision-making capacity.
3. It is useful for our organization to increase operational efficiency while reducing expenses.
4. When the user is studying the data, it is useful to continuously observe it.
5. Workflow automation is a viable option.
6. The administration of our cloud database has been simplified and improved.
1. It allows us to quickly locate information.
2. Collaborate and improve our decision-making capacity.
3. It is useful for our organization to increase operational efficiency while reducing expenses.
4. When the user is studying the data, it is useful to continuously observe it.
5. Workflow automation is a viable option.
6. The administration of our cloud database has been simplified and improved.
Recommendations to others considering the product:
I recommend MongoDB it's great for:
1. Simplify recovery from a single point in time, making it perfect for data backup and restoration.
2. It is very responsive to mobile devices, which is essential for solving connectivity difficulties and personalizing our experiences through an easy-to-use interface.
3. The MongoDB website makes it easy to get started and allows us to build databases in our clouds for free.
1. Simplify recovery from a single point in time, making it perfect for data backup and restoration.
2. It is very responsive to mobile devices, which is essential for solving connectivity difficulties and personalizing our experiences through an easy-to-use interface.
3. The MongoDB website makes it easy to get started and allows us to build databases in our clouds for free.
MongoDB -My first choice noSQL DB
What do you like best about the product?
The document-based Db can handle unstructured data. It is very easy to blend with NodeJS. I am very interested in MongoDB as my first choice DB
What do you dislike about the product?
Nothing.They could improve the aggregate framework to handle JOIN much simpler.
What problems is the product solving and how is that benefiting you?
In the last project, the data we have to store is unstructured and need to change the schema every time.By using MongoDB it helps in scaling.
Recommendations to others considering the product:
The document-based Db can handle unstructured data. It is very easy to blend with NodeJS. I am very interested in MongoDB as my first choice DB
Highly Scalable NoSQL Database
What do you like best about the product?
MongoDB is a fast and highly Scalable and reliable database. It is easy to query data in MongoDB, it has huge open source community for support and many supportive thrid part plugins and tools in node package manager.
What do you dislike about the product?
MongoDB takes a large amount of memory and the size of the document is so small. We can only make a maximum of 16MB documents. There is no support for transaction commit as we have in most SQL databases
What problems is the product solving and how is that benefiting you?
We use MongoDB mostly in e-commerce, health or fitness and messenger-type applications. It is easy to query and make database structure and schema so quickly. And it is so fast that we all love it.
It is the best Database!
What do you like best about the product?
MongoDB is a noSQL database. This means that it is non-relational. Therefore, it is quick to start projects with it. In addition, its price list is quite good for me.
What do you dislike about the product?
Sometimes, things may get complicated easily. For example, referencing a value is harder than I think. It takes my time to finding functions beside findOne etc.
What problems is the product solving and how is that benefiting you?
MongoDB solves my problem with time and space. It is on the cloud, therefore, it is accesible and optimized. I feel more productive because it has a lot of tool compatible with any language I want.
My mongoDB review
What do you like best about the product?
The flexibility of it since I'm working with json formatted data it's very easy to save update and retrieve data
What do you dislike about the product?
So far there is nothing that I don't like about mongoDB
What problems is the product solving and how is that benefiting you?
I wanted something different then sql to save a large chunks of data with fast retrieval of the data
Production grade database solution
What do you like best about the product?
It is fast, can be used for a variety of database solutions, and is extremely reliable. Also, the querying is really fast almost at par with SQL databases. It also has queries where you can aggregate data from the tables.
What do you dislike about the product?
Querying can get complicated, depending on the complexity of the data. Understanding the underlying working of MongoDB is not simple and it is easy to go wrong while developing solutions.
What problems is the product solving and how is that benefiting you?
We had used MongoDB as a cache solution to store some latest values which had to be retrieved very frequently and we were amazed by the performance of this database,
Perfect for growing organizations
What do you like best about the product?
MongoDB is very easy to learn and use. It is highly scalable. It also has a very simple installation. It has powerful querying and analytics tools available, both open source as well as paid.
What do you dislike about the product?
Our organization uses MongoDB as the database on all our backend services, and have not come across anything that I dislike yet.
What problems is the product solving and how is that benefiting you?
We use MongoDB as our database to store our data in different services that we have.
showing 91 - 100