Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

32 AWS reviews

External reviews

499 reviews
from

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    NIKKI .

Scalable and Highly Flexible NoSQL Database

  • November 26, 2024
  • Review provided by G2

What do you like best about the product?
My favorite feature in this database is the flexibility of its use as well as the possibility to scale it. Because this model stores data in JSON-like formats, it is possible to handle unstructured and semi-structured data without having to prescribe very specific data models. This flexibility is especially good for application where the structure of the data being stored can change as time passes. Being able to scale a database horizontally through the use of sharding is one of MongoDB’s best features since it helps in loading big data and is efficient when dealing with traffic loads. Also, its complex query language; the power offered by the aggregation framework and indexing and data retrieval make the process very efficient and diverse. Moreover, features such as the MongoDB Atlas make cloud deployment and management easy and more enjoyable. MongoDB has gained many supporters of the community and had a great documentation, which makes it fit for today’s developments.
What do you dislike about the product?
Probably one of the biggest negatives of the MongoDB is its steep learning curve for those that have no prior experience with NoSQL systems or have recently migrated from SQL. On the positive side, it is also very flexible, allowing developers to easily create badly thought out schemas, which when the application starts getting a lot of use can slow down the performance immensely. Also, handling shard and replication in self-serving environment quite challenging and may need good understanding of structure. A third anotated limitation is the ACID properties of transactions while MongoDB has added support for these recently and to a far lesser extent than traditional relational database systems, it may not be suitable where high consistency is critical. Finally and as for the offering of MongoDB Atlas, which is a cloud managed service of MongoDB, there is a high likelihood of accumulating high costs particularly for those that are intending to develop jumbo scale applications for their start-ups or small business enterprises.
What problems is the product solving and how is that benefiting you?
It is solving several problems that are inherent in managing huge amount of unstructured or semi structured data. It’s for businesses who are struggling to scale and create flexibility, as well as develop rapidly. Organizations can operate massive datasets and high traffic applications, while performance stays consistent despite the increasing volume of data, thanks to its ability to scale horizontally, or sharding. For businesses with unpredictable or changing data structure, like e-commerce, IoT, social media, this feature is particularly useful.

The biggest benefit for me about MongoDB has to do with being able to modify the data model on the fly without a rigid schema, which helps speed up development due to the iterations necessary. This flexibility allows prototypes of new features to be easier or to simply pivot when business requirements change. Also, MongoDB’s powerful querying and aggregating functionalities make analyzing large dataset very efficient and help in making data driven decision. Also, MongoDB cloud service, MongoDB Atlas, removes my burden of infrastructure management so I can development application and less of database management. From an overall perspective, MongoDB provides for rapid development, scalability, and efficiency that are necessary to compete in the fast changing world.


    madhura

Audio embedding resources

  • November 13, 2024
  • Review from a verified AWS customer

I’d like to suggest adding more resources on using audio embeddings with MongoDB's vector search. Additional guidance on best practices and examples would greatly benefit those looking to work with audio data in MongoDB.


    Sudo

Powerful and Flexible Database for Gen AI Projects, with Room for Onboarding Improvements

  • November 13, 2024
  • Review from a verified AWS customer

Creating Mentation, an AI-driven wellness assistant, was an enriching experience, and MongoDB supplied the foundation we required for effortlessly handling intricate and diverse data. By managing user interactions and emotional data as well as processing vector embeddings, MongoDB effortlessly fulfilled our requirements. Its adaptability and scalability proved essential, allowing us to broaden our project’s scope without having to repeatedly reconfigure the database.

Although the documentation is comprehensive and addresses various use cases, a concentrated, beginner-friendly crash course would have been immensely helpful—particularly for teams such as ours seeking to utilize AWS and Gen AI. Exploring the fundamentals of MongoDB, such as querying, vector indexing, and aggregation pipelines, prompted us to seek out external tutorials, especially to clarify information regarding vector indexing. At one stage, we came across contradictory data from these sources indicating that solely larger M10 clusters were capable of handling vector indexing, which resulted in additional testing and problem-solving.

Although there were some learning challenges, MongoDB demonstrated to be a robust solution for the requirements of our project. By providing a more efficient onboarding process—centered on key elements and better instructions for utilizing features such as vector indexing—MongoDB would become even more attainable for developers engaged with advanced technology. In general, we had a positive experience with MongoDB, and with some modifications, it could easily become the preferred choice for any developer venturing into Gen AI applications.


    Temidayo Kolade

Improvement on Documentation

  • November 12, 2024
  • Review from a verified AWS customer

For my hackathon project, I chose MongoDB Atlas from AWS Marketplace. I particularly like the auto-scaling capability.

However, I encountered some challenges with the SDKs at multiple stages of use, so I had to look outside the official documentation for help. For example, while connecting to the cluster.

While the existing documentation is okay, it would be more beneficial if video resources were included (as this helps better than textual documentation). Additionally, integrating real-world examples and case studies into the documentation could greatly enhance its practical value.


    Anand.

The best solution out there

  • October 22, 2024
  • Review from a verified AWS customer

I've used mongodb professionally for 4 years and have found the product meets and exceeds the demands placed on it by the products i create.


    Atakan Steven B.

Efficient use of NoSQL!

  • August 19, 2024
  • Review provided by G2

What do you like best about the product?
Apart from many other NoSQls on the market, MongoDB also stands out with its speed and efficient indexing method. Also being integrated with MongoDB Compass makes it easy to play around with the data.
What do you dislike about the product?
MongoDB is good for proffesional work but MongoDB Compass interface can be sometimes hard to use.
What problems is the product solving and how is that benefiting you?
As the nature of NoSQL, handling data in our projects, creating schemas are good for our usecases.


    Onkar D.

Connection smoother

  • August 12, 2024
  • Review provided by G2

What do you like best about the product?
Easy to connect
Query understanding is easy
What do you dislike about the product?
lack of query functions as compare to SQL
What problems is the product solving and how is that benefiting you?
No SQL


    Electrical/Electronic Manufacturing

MongoDB

  • July 22, 2024
  • Review provided by G2

What do you like best about the product?
One thing is that its a NOSQL database, meaning no schema required. Also, main thing i liked in mongodb is simplicity. We can define our data through objects (like document format or the json format). Interface of mongodb is calm and greenish making it very easier to create, edit and deliver the data. Also, there is this thing called "sharding" which i learnt in my studies, what happens is the high amount of data can be shared across multiple servers. This was the coolest thing i got to learn.
What do you dislike about the product?
Well. dislikes about mongodb, is linked to the disadvantages of nosql itself. Not particularly the mongodb, as the nosql doesnot require any schema to be defined. so in my personal experience, i used to get frustated when i noticed many object data got messed up. As i switched from sql. the table format habit was printed in my mind for months, took some while to understand the hierarchy of data being created in the nosql format or rather json format in mongodb (might say complex nodes affect the data).
What problems is the product solving and how is that benefiting you?
So i was working on a project where we needed to show updates on the app as soon as they happened. It was important because our app had to stay current with new info all the time. So we picked mongodb as our database. Also when more users had to use the app, we could add more mongodb servers easily without any crashing or slowing the app down. Obviously its a database, it helped to store large amounts of data organized in this json format. If you are working on a real time project that needs to show updates quicker, mongodb is a great choice!


    MD EHTASHAAM K.

Future of Databases: A Critical Review of MongoDB

  • July 16, 2024
  • Review provided by G2

What do you like best about the product?
What I like best about MongoDB is its flexibility. Most of the database require fixed schema bt MongoDb allows you to store data in a more dynamic way and document based format. This document based structure is very straightforward and very easy to use even for the newcomers. It is very flexible.
Also setting up MongoDB is quick and it integrates very easily with other platforms.
MongoDB offers strong customer support, with plenty of documentation, community forums, and professional support options. Because of all these features it is frequently and widely use across the globe and industries.
What do you dislike about the product?
However MongoDb is less efficient for complex queries and transactions than traditional databases. Also while handling lare datasets it require very large memory and storage which can be costly.
Proper indexing in MongoDb is also very crucial. Also sometimes it leads to data redundancy.
What problems is the product solving and how is that benefiting you?
MongoDB solves several problems related to data management. Earlier traditional databases required a fixed schema which made difficult to handle large data. MongoDb allows flexible schema which allows us to easily change data models without much downtime.
Also there was problem with scaling and it was very costly. MongoDb solved this problem also. It can be scaled horizontally by adding more servers in les cost.
It handles large volumes of data without degrading in performance.


    Sushan U.

MongoDB - A highly scalable NoSQL Database Solution

  • July 10, 2024
  • Review provided by G2

What do you like best about the product?
MongoDB is the leading NoSQL database solution. It provides a high schema flexibility as MongoDB’s document-based structure allows for a highly flexible schema design.
One of the key features of MongoDB is it supports horizontal scaling through sharding, which allows data to be distributed across multiple servers. This is the reason for its high scalability. It is also cross-platform compatible and has a large and active community, providing a wealth of resources, tutorials, and forums.
What do you dislike about the product?
For users transitioning from relational databases, MongoDB’s lack of native SQL support can be a drawback. It may require additional learning.
What problems is the product solving and how is that benefiting you?
During my internship at Advit RealInfo, we were working on building a CMS for the organization. We ended up utilizing MongoDB since MongoDB’s flexible schema is ideal for content management systems where the structure of stored data can vary widely. It allows for easy storage and retrieval of diverse content types such as the document-based financial data we were working with, without strict schema definitions.