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

Reviews from AWS Marketplace

26 AWS reviews

External reviews

480 reviews
from G2

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


    Punit S.

The best database solution for production workloads

  • June 08, 2023
  • Review provided by G2

What do you like best about the product?
As a cloud engineer, it is challenging to recommend a database to the client without understanding their requirements and goals. However, MongoDB has made providing solutions a breeze as it is compatible with most of the use cases without significant changes to the application.
What do you dislike about the product?
The schema-less design supported by MongoDB can lead to challenges for beginners as moving from a schema-based design to a schema-less design involves many complexities.
What problems is the product solving and how is that benefiting you?
Clients having monolithic applications and schema-based database designs come up with requirements to modernize their workloads. The modernization process involves several challenges of which a major one is recommending a database that is highly scalable and available. MongoDB supports an optional schema-based design while working with a schema-less design. Thus migrating workloads becomes very easy as MongoDB is compatible with all modern languages and can be easily integrated with the applications.


    Manthan V.

MongoDb is easy to manage and light weight

  • June 08, 2023
  • Review verified by G2

What do you like best about the product?
1. Mongo Db is a NonSql data base you don't need to execute query
2. Store JSon base collection so you can story data directly that coming in REST API body
3. Lightweight it means the response is faster and takes less memory to compute
4. Take less storage
5. No worries about the relation
6. Easy to understand and easy to learn
What do you dislike about the product?
1. Its NonSql so sometimes it's difficult to maintain
2. Less Security than SQL database
3. Some time its depends on technology like PHP if i use PHP then i use My SQL because its easy to integrate and manage for PHP technology
What problems is the product solving and how is that benefiting you?
=> No need for extra effort for learn
=> directly store json so no need to map body data to require db data
=> take less bandwidth and fetch data fast then other db


    Anurag Y.

One of the best innovations of our time.

  • June 07, 2023
  • Review verified by G2

What do you like best about the product?
I have been using MongoDB for around 2 years and it has one of the easiest learning curve. I can easily integrate it via either Node or install the command line of MongoDB to get started. The documentation is greater as well which is easy to understand. Although the best thing would be that it's free to use up to a certain limit and allows scaling with ease.
What do you dislike about the product?
The only thing I can find to dislike would be MongoDB's flexible document modal which allows schema-less data, its good for some cases but at time causes some complexity when a lot of relations are required between documents.
What problems is the product solving and how is that benefiting you?
I have been using MondoDB to store data that I have migrated from other SASS platforms and I retrieve those data frequently because of this I prefer MongoDb since this is one of the best things about it.
MongoDB allows fast query fetching and data retrieval.
It pairs easily with my backend application built on node with its packages like Mongoose and makes my development process hassle-free.
Also importing data with mongo import is very handy.


    Tanay G.

Implemented mongoDB which reduced latency

  • June 06, 2023
  • Review verified by G2

What do you like best about the product?
MongoDB follows a document-oriented data model, which allows for storing and retrieving complex data structures as JSON-like documents. This flexibility makes it well-suited for handling unstructured and semi-structured data.
It provides high-performance data operations, thanks to its support for indexes, sharding, and in-memory computing. It can efficiently handle large volumes of data and perform fast read and write operations.
What do you dislike about the product?
MongoDB's memory usage can be relatively high compared to other database systems. This is due to its in-memory caching and indexing mechanisms, which aim to optimize performance but may require more system resources.
What problems is the product solving and how is that benefiting you?
We used to save order transaction for any user, this would involve multiple documents for a single order like offer application, credit application, payment initiation, order creation, payment completion, order confirmation. All these events had json strings which would be stored in MongoDB.


    abinas r.

modern database

  • June 05, 2023
  • Review provided by G2

What do you like best about the product?
modern database and easy coding for devloper
json based db
native failover
What do you dislike about the product?
not good for oltp
slow backup and taking long
What problems is the product solving and how is that benefiting you?
document database and easy


    Shubham S.

Best NoSQL database management system

  • June 03, 2023
  • Review provided by G2

What do you like best about the product?
It provides high- performance, scalable, and flexible data storage solution; it can handle large volumes of data, and it supports horizontal scaling across multiple servers, and it is also flexible in schema design
What do you dislike about the product?
Although it is one of the easiest database management, to learn, one has to give a considerable time; also, it consumes more storage than the traditional database, and there is an increase in complexity in data modelling
What problems is the product solving and how is that benefiting you?
It increases the scalability by handling large volumes of data and supporting horizontal scaling across multiple servers, which is not accessible on other database; it also provides real-time analytics


    PURVESH G.

MongoDB: Flexible and Scalable NoSQL Database

  • May 31, 2023
  • Review provided by G2

What do you like best about the product?
One of the aspects I appreciate the most about MongoDB is its flexibility. The document-oriented data model allows me to work with JSON-like documents, making it easy to handle and manipulate data in a way that aligns with the structure of my Node.js applications.
What do you dislike about the product?
Compared to relational databases, MongoDB requires more careful planning for certain types of queries or complex relationships. Join operations, for example, are not as straightforward in MongoDB due to its denormalized approach, which can sometimes result in more complex code.
What problems is the product solving and how is that benefiting you?
MongoDB solves several problems that benefit me as a backend developer.
Firstly, it offers a flexible data model that eliminates the constraints of rigid schemas.
MongoDB's scalability and performance capabilities enable me to handle large volumes of data and high-traffic workloads efficiently.
MongoDB's integration with Node.js and its rich ecosystem of libraries streamline the development process.
Overall, MongoDB's solutions enhance my productivity, flexibility, and scalability resulting in faster development cycles.


    Verified User in Computer Software

Best NoSQL Database with best UI

  • May 27, 2023
  • Review verified by G2

What do you like best about the product?
MongoDB is the best NoSQL database for your nonrelational data. It is best suited in MERN or MEAN stack projects. It has lots of features like online cloud storage and charts.
What do you dislike about the product?
Mongo db pricing is a bit expensive also they are not providing their DB in most cloud hosting. Recently we used Heroku and MongoDB is not there to install as a service.
What problems is the product solving and how is that benefiting you?
We use MongoDB as our primary storage for MEAN or MERN stack projects for the clients. This is a NoSQL database and it saves data in JSON formats. It is like an object in JS so very easy to integrate for javascript developers.


    Maria Elaine A.

Configurable database thru mongo db

  • May 27, 2023
  • Review verified by G2

What do you like best about the product?
I can configure the data fields and columns in Mongodb according to client requirments. This allows navigation of the UI simple with respect to the design of the tables. You can also easily download the json files for deployment.
What do you dislike about the product?
The configuration of the data fields requires indepth knowledge and understanding. Otherwise, errors will be frequent for new users. The connection of the tables is quite complex and needs to be reviewed thoroughly.
What problems is the product solving and how is that benefiting you?
The database configurations for our program needs to be designed for simple indexing. Through mongodb, we can list and configure the database according to the document categories and client requirments.


    Jose M.

One of the greatest NoSql Open Source Databases

  • May 16, 2023
  • Review provided by G2

What do you like best about the product?
It's flexibility, MongoDB was my first NoSQL database years ago, and it keeps being as relevant as the day it came out; with its set of ever-expanding features, it's easy to integrate with many technologies, and it's flexible enough for most projects!
What do you dislike about the product?
Although it is available to deploy in cloud providers like Azure and AWS a better integration with the services of other cloud providers would be nice, in some projects I had to go for Dynamo or CosmoDB because the integration was easier with the rest of Cloud technologies from the provider
What problems is the product solving and how is that benefiting you?
Used MongoDB as a transactional database for a microservice oriented system where I integrate the DB with Nodejs, expressjs and Angular to create a MEAN stack architecture