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

Reviews from AWS customer

36 AWS reviews

External reviews

508 reviews
from and

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


4-star reviews ( Show all reviews )

    Nader S.

Great noSql databse

  • March 15, 2022
  • Review provided by G2

What do you like best about the product?
Great community around for help
Free tutorials everywhere
performant for Restless and real-time transactions
What do you dislike about the product?
There is nothing to dislike about MongoDB, one of the best NoSQL databases.
What problems is the product solving and how is that benefiting you?
real time treatment
easy to query


    Sumit S.

Best db for any kind of immediate action or db migration

  • March 15, 2022
  • Review provided by G2

What do you like best about the product?
The most liked this about this DB is pipeline like in other DB lookup is available but the processing speed of Mongo DB is far better compared to others. one more thing that is if your project DB schema is not completely defined although it is changing with an ongoing project that time you don't need to de migrations or migrate every time you just send data as key-value and data will insert or update so there is no boundation like you can send this data or anything
What do you dislike about the product?
There is nothing for dislike but only one thing can become better in other SQL we have the mapping of ORM for a different framework like when I worked on Django that time I user Django ORM so all lookup and data operation becomes easy compere to direct DB queries so please add ORM feature in Mongo DB
What problems is the product solving and how is that benefiting you?
As I said we can add any kind of data at any time we don't need any kind of migrations for this proper table schema so when I was working on my previous project (Wellness) that time client daily change requirement so too much time was wasted in DB configuration but after some time we use mongo db that time this issue was resolved this project about to e-commerce purpose to at one time we need to much data get from the different table so mongo lookup was very useful and it was executed in less time so customer will happy with the website and for any web portal time complexity is most important part
Recommendations to others considering the product:
If your project has some complex DB schema like you have to change your DB table structure because of new requirements then use this or for time complecity


    Information Technology and Services

MongoDB is a very fast and document based database, very flexible for javascript developers

  • March 09, 2022
  • Review provided by G2

What do you like best about the product?
It is very flexible to understand by javascript developers, their json format is very appreciable. Its too easy to use in backend and understand able.
What do you dislike about the product?
The data size which is very typically higher.
What problems is the product solving and how is that benefiting you?
Replica sets, which is consist of two copies or more, in a role of primary and secondary replica at time


    Vignesh S.

Best Consumer friendly and a Desi Database

  • March 08, 2022
  • Review provided by G2

What do you like best about the product?
I like playing with its features basically it is very easy to use, latency is nice, easy querying, and I actually feel comfortable when I Mongo DB for app development.
What do you dislike about the product?
There is Nothing to dislike, I am expecting to have Machine learning-based pipelines inside MongoDB itself.
What problems is the product solving and how is that benefiting you?
Developing end to end ticker based JSON data, no complex queries, and Nice documentation


    Ashwanth Kumar D.

Unstructured data storage

  • March 08, 2022
  • Review provided by G2

What do you like best about the product?
As a Data guy, I like to store unstructured data and MongoDB come to rescue
What do you dislike about the product?
Does not provide typical SQL like querying especially Joins within MongoDB
What problems is the product solving and how is that benefiting you?
The biggest advantage is storing the unstructured data


    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.


    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