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

Reviews from AWS Marketplace

25 AWS reviews

External reviews

469 reviews
from G2

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


    Computer Software

MongoDB Made Easy: Simplifying Data Management for Everyone

  • April 24, 2024
  • Review verified by G2

What do you like best about the product?
MongoDB makes it simple to work with data, like storing and finding data quickly.
It can handle large volume of data without slowing down.
It is easy to use even if you are not expert.
It is very secure so the only right people can access the data.
It is easy to integrate in code.
The schemaless architecture makes it very useful for raw and especially json data.
What do you dislike about the product?
Using mongoDB might cost high especially for bigger projects with lost of features.
Sometimes it might have bugs or issues that need fixing.
What problems is the product solving and how is that benefiting you?
MongoDB is ideal for storing and retrieving unstructured data efficiently, supporting diverse data types and formats.
It's well-suited for handling large volumes of unstructured data, ensuring smooth performance and scalability.


    Ashutosh P.

Experience with MongoDB

  • April 03, 2024
  • Review verified by G2

What do you like best about the product?
I liked the rich query language model of MongoDB. It's easy to setup and establish connections with MongoDB clusters. The community support provided is awesome.
It is currently the easest and most flexible NoSQL database in the market. We worked intensively on a large set of Collections for our clients.
What do you dislike about the product?
The only thing we faced was to handle large datasets and clusters. Maintaining consistency is a bit challenging for us. Hoping to get more ACID complaint-friendly features in MongoDB.
What problems is the product solving and how is that benefiting you?
MongoDB helped us build a large collection of client data that would have been hard to manage with SQL database and managing such large and querying was very easy and cost-effective.


    Pharmaceuticals

Quick DB

  • March 29, 2024
  • Review provided by G2

What do you like best about the product?
Ability to handle growing data volume, evolving data models.
What do you dislike about the product?
Learning ios required to make full use of the product.
What problems is the product solving and how is that benefiting you?
Ingest volumes from any data model.


    Eason

Very hard to use

  • March 19, 2024
  • Review verified by AWS Marketplace

I subscribe, then, I don't know where to manage the database or see the URI again... How this is integrated with AWS dashboard?


    Abhishek S.

Truly scalable database for Read heavy and write system.

  • March 07, 2024
  • Review verified by G2

What do you like best about the product?
The low latency and scalability of database with increasing work load. We migrated one of our system from firestore to mongoDB and loving the performance which we are getting.
What do you dislike about the product?
sometime feels like perfect database for true scale but we need to carefully manage index and add proper index to make query efficient.
What problems is the product solving and how is that benefiting you?
I our use case we use to store every datapoint for user details like location and ip in firestore. We are suffering from costing and latency problem as we are growing. We now shifted to mango db initial their is high resource usage by mongoDB but as we tune configurations and added indexing we no moving having resource usage problem.


    Praveen P.

Pros of MongoDB for Lead Engineers

  • February 15, 2024
  • Review provided by G2

What do you like best about the product?
MongoDB's document-oriented schema is flexible and adaptable, allowing you to easily model complex data structures without being constrained by a rigid relational schema. MongoDB benefits from a large and active community, providing extensive documentation, tutorials, and libraries in various languages. cloud-native features, like Atlas, simplify deployment and management on various cloud platforms, offering scalability and flexibility without managing infrastructure. Easy to use and integrate with spring boot and other platforms.
Ease of implementation with other DB for DB per service arch.
What do you dislike about the product?
Limited Join Capability, Data Consistency Guarantees, Potential Data Integrity Issues, Troubleshooting performance issues or data inconsistencies in MongoDB can be more involved compared to relational databases due to its distributed nature and lack of ACID guarantees. Customer Support is most of the time not available.
What problems is the product solving and how is that benefiting you?
flexibility, scalability, and developer-friendly features make it attractive for modern applications.

1 person found this helpful

    Computer Software

Very Good Non-Relational Database

  • December 29, 2023
  • Review verified by G2

What do you like best about the product?
I mostly liked the easiness of using MongoDB. We don't have to define table structure. We can add a new column in our data time as it is completely based on JSON.
What do you dislike about the product?
I don't have anything to dislike about MongoDB.
What problems is the product solving and how is that benefiting you?
I used MongoDB in a couple of my Java projects. I used it to store user login activity and logs.


    Sunil D.

Perfect NoSql database for High available Microservieces

  • December 28, 2023
  • Review verified by G2

What do you like best about the product?
NoSQL yet supports schema
Support for geospatial indexing with sharding, replication
Pipeline aggregation
Vast community support and client library in every language
Readymade connector with changelog to elastic search , kafka etc
What do you dislike about the product?
Lack of analytical stack
Complex sharding operation with manual balancing
What problems is the product solving and how is that benefiting you?
Storing evolving schema database for our SaaS microservices.


    Soham K.

MongoDB useful database app

  • December 23, 2023
  • Review provided by G2

What do you like best about the product?
Able to manage data especially NoSql data.
What do you dislike about the product?
Sometimes it crashes automatically and take a lot of memory.
What problems is the product solving and how is that benefiting you?
Able to manage, analyze and handle data efficiently.


    Mohit K.

A performant NOSQL database

  • November 17, 2023
  • Review verified by G2

What do you like best about the product?
Flexible document base data models, easy to use and implement with various languages, large community for questions and tutorials, its query language and reliable in production applications
What do you dislike about the product?
has a learning curve if coming from sql based databases, things like joins, data integrity and schema validation are not available here. usually you know these drawbacks when you choose nosql
What problems is the product solving and how is that benefiting you?
Our main db is in mongo. We have our API service store and fetch our data from this. We have other services query on it for analytics and machine learning.