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

Reviews from AWS Marketplace

24 AWS reviews

External reviews

468 reviews
from G2

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


4-star reviews ( Show all reviews )

    Computer Software

Mongodb: the friendly No-SQL Database

  • April 24, 2021
  • Review provided by G2

What do you like best about the product?
Mongodb is very friendly for new developer to learn, moreover, it has amazing document that support many programming languages
What do you dislike about the product?
Unfortunately, the doxuments are heavy in memory
What problems is the product solving and how is that benefiting you?
I created many API's for mobile application using mongodb. The benefit of access methodology (key, value) made the API's very fast.
Recommendations to others considering the product:
Read carefully about how to handle collection referencing before start build your collections


    Gines O.

One of the bests DB for NodeJS and noSQL projects

  • April 22, 2021
  • Review provided by G2

What do you like best about the product?
- Easy integration with JS code
- Fast index system with multiple field support
- Having multi-level documents
- Easy implementation of a type system using mongoose
What do you dislike about the product?
- It isn't easy to have a good performance if you are a beginner o mid-level
- The tools for inspecting the database (robo3t) are very limited on functionality and on a macOS are not well optimize
What problems is the product solving and how is that benefiting you?
Remove relational databases with redundant information because of the use of foreign keys
Flexibility when implementing changes on the schemas


    Higher Education

New tech-stacks need new databases where MongoDB comes

  • April 16, 2021
  • Review provided by G2

What do you like best about the product?
High availability is the best feature—no need to worry about the stability or server uptime.
What do you dislike about the product?
MongoDB is not matching to all scenarios. Sometimes you need to stick to a SQL database for simplicity. This is not a reason to dislike but a reason to avoid in some cases.
Also, documentation could have improved for new users.
What problems is the product solving and how is that benefiting you?
No need to normalize the schema.


    Prabhjot Singh S.

Great easy to learn and use

  • May 15, 2020
  • Review provided by G2

What do you like best about the product?
The documentation is quite simple and to the point. I am able to understand it easily and implement it in my project that I was making quickly. It is intuitive, naming of the methods is quite memorable.
What do you dislike about the product?
Free usage is upto 500mb only but cloud overall experience is quite good
What problems is the product solving and how is that benefiting you?
i am always a fan of noSQL database, they may acquire a little more space but mongo is really fast. Me and my friends have implemented mongo in our project in much less time than any other database.
Recommendations to others considering the product:
Go for it. Great database. Doesn't matter of you are a beginner or advance user. It takes care of all the users


    George I.

MongoDB good scalability, and easy to use.

  • November 08, 2019
  • Review provided by G2

What do you like best about the product?
It is excellent which allows me to execute many operations per second, which helps me save time. I can obtain excellent results at the time of administering large volume of documents or database. It is ideal because it offers me an automatic configuration. I have the power to make queries using javascript, which tells me that they go to the database directly. In the same way it has been easy for me to configure and also presents new and significant features in annual releases.
What do you dislike about the product?
I would like the document area to be presented to me with a good structure. It does not offer me a transaction function, it would be ideal to improve this feature. I think I find it a little slow to learn, it will take time. It would make me a little difficult, referring to complex queries, it would be ideal to explain better and be clearer, it would be good to perfect in reference to this point.
What problems is the product solving and how is that benefiting you?
It is ideal in our company that we are using which offers us learning time because they are fast and facilitates greater scalability of the project. We can say that it is great because we also use it as commercial applications. MongoDB provides our organization with an easy way to use and integrate. It is extraordinary, from the new avant-garde companies to the largest ones using MongoDB.
Recommendations to others considering the product:
It is ideal has real-time operational data storage. It also offers availability for further consultation and analysis. MongoDB is perfect without any rules, it intelligently offers greater flexibility. It is excellent because it contains a fast-growing database with millions of downloads, thousands of customers and more than a thousand technology and service partners.


    Sonia D.

Perfect for data storage

  • September 12, 2019
  • Review provided by G2

What do you like best about the product?
The princip of collection is perfect for the data storage. In my case we use mongodb for the storage of training certificate. We have one collection for the distancial achievement, one for the presential achievement, one for the person... it’s really practical and easy to use !
What do you dislike about the product?
The language is difficult to learn at first. It’s more complicated than SQL language and it’s hard to find documentation on the internet
What problems is the product solving and how is that benefiting you?
We use MongoDB for the storage of training certificate. We pass with success the last audit !


    Rachel S.

Perfect for data storage

  • September 06, 2019
  • Review provided by G2

What do you like best about the product?
It was easy to create the database and not hard to understand how work a MongoDB database
What do you dislike about the product?
The function ‘where’ is really long, I have to create complicated request on MongoDB.
What problems is the product solving and how is that benefiting you?
We use at work for the storage of legal documents (attestation of trainee)


    Computer Software

NoSql database

  • June 19, 2019
  • Review provided by G2

What do you like best about the product?
Easy to query, no complex joins required as RDBMS.
Scalable and flexible with the querying and indexing
What do you dislike about the product?
Data consumption is high due to denormalizarion
What problems is the product solving and how is that benefiting you?
Mapping is little slow. No default transaction support


    Pharmaceuticals

No DBA required

  • June 12, 2019
  • Review provided by G2

What do you like best about the product?
Easy to maintain and flexible. Doesn’t have complex tables and can view as Json
What do you dislike about the product?
Doesn’t support when large amount of data is loaded
What problems is the product solving and how is that benefiting you?
None


    Computer Software

MongoDb: Indexing made search convenient

  • May 10, 2019
  • Review provided by G2

What do you like best about the product?
The best part is that you can create database on runtime with no restriction for data types.
Indexing makes it even more convenient to search for an specific records or no of records, it saves time and search in a targeted manner.
What do you dislike about the product?
It command line interface needs experts to work with. It should have been a better UI for everyone's convenience.
It sometimes doesn't work when working with huge data processing.
What problems is the product solving and how is that benefiting you?
There is no need to create complex schemas for a dataset.