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

474 reviews
from G2

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


    Retail

The mongodb made database management easier for better customer experience through its features.

  • February 28, 2022
  • Review provided by G2

What do you like best about the product?
The mongodb makes the database management easier with the software and searching retrieving storing of data seamless. The UI is quite simple which makes it more user friendly and doesn't need more expertise to use the tool
What do you dislike about the product?
The user interface can be improved for better user experience and more features and extensions can be added to make it integrate with other devops middleware and development tools.
What problems is the product solving and how is that benefiting you?
Database creation
Collections management
Records management
Storage
Retrieve data
Search data
Testing


    Information Technology and Services

Best NoSql Database

  • February 01, 2022
  • Review provided by G2

What do you like best about the product?
- MongoDB provides scalability flexibility with fast query time.
- It provides 3 replica set which is used for backup if primary replica fails then seconday replica becomes primary.
What do you dislike about the product?
I don't dislike anything in MongoDB. It is fast and easy to use.
What problems is the product solving and how is that benefiting you?
It is very scalable and used with an unstructured and structured database. It also had the concept of indexing which is very useful for getting quick data from databases.


    Krinal P.

MongoDB Review

  • January 30, 2022
  • Review provided by G2

What do you like best about the product?
Because the keys are indexed, retrieving the documents that are related to them is quick and easy. Using MongoDB, you can perform multi-document ACID transactions over different replica sets, sharded clusters, and even across several instances of the same replica set.
What do you dislike about the product?
MongoDB is widely prefered NoSQL by the community and is excellent with features, so, nothing to dislike.
What problems is the product solving and how is that benefiting you?
MongoDB - A document database, also known as a document-oriented database or a document store. This database scales nicely over numerous servers in order to handle large amounts of data and traffic. During the prototype stage, specifications and capabilities are often re-evaluated. A document database like MongoDB does not have a fixed structure; instead, it stores key-value pairs for each document.


    Information Technology and Services

Best NoSQL Database

  • January 28, 2022
  • Review provided by G2

What do you like best about the product?
MongoDB is an easy-to-use, fast, scalable, flexible, and robust database.It can be used with indexing for better performance.
What do you dislike about the product?
Nothing to dislike in the MongoDB database, but clustering is a little bit tricky.
What problems is the product solving and how is that benefiting you?
MongoDB is schemaless, very scalable to use, and stores unstructured data and structured data in a document form.


    Nir L.

Robust, Fast, and Easy to Use NoSQL Engine

  • January 17, 2022
  • Review verified by G2

What do you like best about the product?
MongoDB is a fast, document-based database that provides us with most data needs. We are using MongoDB as our primary database for our application, and it proved to be very fast, robust, and very easy to use. The schema-less methodology allows us to change schema as needed without worrying about past changes. The "aggregate framework" is a very good solution for building complex, yet easy to understand, queries.
What do you dislike about the product?
As with most NoSQL databases, MongoDB does not allow for cross-table JOINs. Hence, we need to structure our data accordingly and use solutions such as the aggregate framework in order to execute complex queries.
What problems is the product solving and how is that benefiting you?
We are using MongoDB as our central and primary database for our application. Using this database allows us to perform fast inserts and updates without worrying about table and page locks.


    Akash K.

Best Non-Relational DataBase

  • December 30, 2021
  • Review provided by G2

What do you like best about the product?
MongoDb is the best non relational database, it helps in storing non-structured data in an organized way and its horizontal scalability is too flexible and strong query mechanism.
What do you dislike about the product?
No Transactional support as in MySql
Uses high internal memory
Document size is limited ie, 16 MB
If we have data of more than 16 MB we need to encode it and then save it
What problems is the product solving and how is that benefiting you?
Problems that the mongo DB can easily solve
Storing of unstructured data separately
High query analysis
Powerful query mechanism
Uses indexing while saving data
Retrieval is soo fast


    José L.

Powerful and Mature No-SQL

  • December 28, 2021
  • Review provided by G2

What do you like best about the product?
MongoDB is a mature project by now, I have been using it for years now, and the evolutions is something extraordinary, is fast, powerful, and you can be implemented in a vast variety of projects
What do you dislike about the product?
It is not something to dislike, but mongo has a specific construction and API, is NOT a replacement for SQL you can use it for a lot of topics but is not a SQL replacement but people tend to forget this
What problems is the product solving and how is that benefiting you?
Microservices with mongoDB nodejs and Angularjs for educational platforms, the resilience and architecture of mongo is really helpful for site reliability and its really easy to use it for microservices since the data store is decoupled
Recommendations to others considering the product:
again, Remember is not a replacement for SQL, mongo as any NoSql database has powerful features, learn what features you might implement and don't over do it, the mixture of a SQL and a NoSQL is usually the best way to go for bigger systems


    Computer Software

Mongo DB

  • December 28, 2021
  • Review verified by G2

What do you like best about the product?
Quick and easy calls, much more easier than using other SQL applications. Easy to export information, very intuitive, simple help guide, user friendly, simple and clear interface
What do you dislike about the product?
nothing, did not find one thing that I am not happy with, it is simple and easy to use, that even someone like me with no deep SQL knowledge can use. Its SQL for dummies :)
What problems is the product solving and how is that benefiting you?
Its DB, it saves the needed information on tables. I use it on my daily work, to extract needed and requested information from our customers or our RnD team to provide more information about issues we have encountered.
Recommendations to others considering the product:
Easy to use, very friendly to end user


    Information Technology and Services

Great product with even greater customer support

  • December 28, 2021
  • Review provided by G2

What do you like best about the product?
MongoDB is great. And the customer support is even greater.
What do you dislike about the product?
It is hard to think of something I dislike about MongoDB. Perhaps the pricing flexibility.
What problems is the product solving and how is that benefiting you?
We modeled a real-time communication application prototype with multiple users/sessions support in the same room.


    Apparel & Fashion

Best db for unstructured data

  • December 23, 2021
  • Review provided by G2

What do you like best about the product?
It's good for storing unstructured data and storing eCommerce product information.
What do you dislike about the product?
It gets very slow for aggregation queries.
What problems is the product solving and how is that benefiting you?
We are using MongoDB to store eCommerce data. Benefits are you don't need to define any structure to store data.
Recommendations to others considering the product:
Read the documentation thoroughly.