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

Reviews from AWS customer

39 AWS reviews

External reviews

506 reviews
from and

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


4-star reviews ( Show all reviews )

    Information Technology and Services

MongoDB Cloud Manager review

  • November 25, 2018
  • Review provided by G2

What do you like best about the product?
The ease of use of the product allows us to see the health of our database and its sanctity in real time.
What do you dislike about the product?
For a new user all the charts and graphs can be overwhelming at start, a more smoother flow and introduction to the product will be beneficial.
What problems is the product solving and how is that benefiting you?
The alerts which are triggered when any data value goes out of bounds, helps us to determine any anomaly in the products we sell. It also helps us to realise if any part of the system is broken.
Recommendations to others considering the product:
Good overview of your database.


    Information Technology and Services

MongoDB Review

  • October 30, 2018
  • Review provided by G2

What do you like best about the product?
MongoDB is a NoSQL database and the best part of mongo is you can save any kind of data without any headache of maintaining a relationship among them. MongoDB is very easy to setup and installation you just have to download the package and set the environment path and it is ready to use.
What do you dislike about the product?
MongoDB will create a new record every time you update a record. Also you have to learn mongo query language to query the database in case you want to search the data.
What problems is the product solving and how is that benefiting you?
we are storing petabytes of data in mongoDB which does not have any relationship with each other. They are just the changes happening across the organization. As the data is very huge if we use the normal RDBMS kind of database it will be very slow.
Recommendations to others considering the product:
MongoDB is best if you are planning to switch to NoSQL database. As it can store large amount of data and we can apply different sharding mechanism to improve the query performance


    Gurusharan S.

Welcome to the World of NoSQL

  • September 03, 2018
  • Review provided by G2

What do you like best about the product?
Unlike traditional relation DBMS, MongoDb works on NoSQL. It do not use tables to store data, instead you can store JSON documents directly in database. Work awsome with Nodejs, as working on JSOn will not require any type conversion. You can store data directly in database. Its query speed is also very good.
What do you dislike about the product?
For a complex system, schema designing and changing is a huge task. Also for scalling and shrading, you require an experienced developer.
What problems is the product solving and how is that benefiting you?
It saves a lot of time, also for some use cases NoSQL provides far better performance than SQL.


    Apparel & Fashion

Great simple Database

  • August 01, 2018
  • Review provided by G2

What do you like best about the product?
I like that it is simple to implement with NodeJS so MEAN stack applications work well.
What do you dislike about the product?
I dislike its limited querying functions but it's free to use so it's ok.
What problems is the product solving and how is that benefiting you?
We use MongoDB as a database for many of our websites. I realize that not having to deal with SQL queries when data does not need to be queried using relations is convenient depending on what we are storing.
Recommendations to others considering the product:
Really think about what kind of data you're storing and how you want to call that data. That is the biggest factor when deciding whether or not you want to use MongoDB.


    Automotive

Good efficient no-SQL datastore

  • July 25, 2018
  • Review provided by G2

What do you like best about the product?
Efficient engine, can be in-memory cache and highly optimized sharding structure and scaling makes up for great performance.
What do you dislike about the product?
Limitations and inability to deploy to on-premise and cloud.
What problems is the product solving and how is that benefiting you?
JSON based APi for front end SPA and back.


    Staffing and Recruiting

We've just started with MongoDB but setup has been pretty easy and using it has been great so far.

  • July 25, 2018
  • Review provided by G2

What do you like best about the product?
Designing Schemas was very super super fast
What do you dislike about the product?
I was not able to find as much documentation as I would like
What problems is the product solving and how is that benefiting you?
Using it for a new application.


    Broadcast Media

Mongo DB review f

  • July 25, 2018
  • Review provided by G2

What do you like best about the product?
Coming from a traditional relational db background, I appreciate the performance and operational benefits of using Mongo DB. We use a lot of unstructured data and have been using Mongo as our store and it has been a good fit
What do you dislike about the product?
A lot of our data is unstructured and needs to be searchable. I am looking for ways to optimize our lookups. Better tooling support would certainly be appreciated. We do use explain plans though.
What problems is the product solving and how is that benefiting you?
As stated above we use it mostly to store unstructed documents


    Government Administration

Support specialist

  • July 24, 2018
  • Review provided by G2

What do you like best about the product?
Simple setup and admin. Mongo is easy to set up and manage. Understanding the use cases and limitations is also pretty easy to understand
What do you dislike about the product?
we are approaching the limit of mangodb in terms of in mem usage
What problems is the product solving and how is that benefiting you?
ML intermediate storage
Recommendations to others considering the product:
Make sure of how large dataset size is supported


    Computer Software

Devops Engineer

  • July 24, 2018
  • Review provided by G2

What do you like best about the product?
Scalable db!!!!!!! I used it before not not snymore. What i heard from collegues is Mongodb is doing a great job
What do you dislike about the product?
No qulams!!! ............................................................................
What problems is the product solving and how is that benefiting you?
segregating data


    Computer Software

MongoDB

  • July 24, 2018
  • Review provided by G2

What do you like best about the product?
I really like the documentation. It's pretty easy to find things if you're stuck.
What do you dislike about the product?
I don't like the amount of hoops that you have to jump through to set things up.
What problems is the product solving and how is that benefiting you?
I have only used MongoDB with personal projects when I was trying to learn.