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 )

    Megha t.

NoSQL Data base

  • May 22, 2018
  • Review provided by G2

What do you like best about the product?
MongoDB is open source and freely available online for database development. Turn around time is very less. Used in most modern application software..
What do you dislike about the product?
We can not easily convert our old sql based data in to no sql data.
What problems is the product solving and how is that benefiting you?
to developing database for fast functioning website.
Recommendations to others considering the product:
MongoDB is storing data like JSON format. Java script object notation. key valued pared storage system. Reading data from data base is very efficient.


    Kainat R.

Interactive and open to improvements

  • April 12, 2018
  • Review provided by G2

What do you like best about the product?
The best thing about this software is that it has an open source platform and is improving continually.
What do you dislike about the product?
I don't really dislike anything about mongoDB.
What problems is the product solving and how is that benefiting you?
It handles and analyzes large data sets with great speed and smoothness.


    Ilya M.

No migrations - no hassle!

  • March 29, 2018
  • Review provided by G2

What do you like best about the product?
Document oriented, no wait on insert, easy scaling.
What do you dislike about the product?
Complicated setup with replication shards.
What problems is the product solving and how is that benefiting you?
Migration free releases and rollbacks
Recommendations to others considering the product:
Almost none of internet sites need an relation Database.


    sravani y.

MongoDB

  • February 16, 2018
  • Review provided by G2

What do you like best about the product?
Large storage capacity. We can store large amount of data in mongoDB.
What do you dislike about the product?
Querying takes a lot of time on large amount of data
What problems is the product solving and how is that benefiting you?
Our user details are stored in mongoDb.
Recommendations to others considering the product:
For large amount of data Mongodb is very useful.


    Computer Hardware

Best way to store your data

  • February 16, 2018
  • Review provided by G2

What do you like best about the product?
for the moment i`m new in the plataform, but for what i investigated, is an excellent an secure way to store our data
What do you dislike about the product?
Not really dislike, for the moment i`m just a beginner
What problems is the product solving and how is that benefiting you?
I`m new in mongodb world, so for the moment i`m still learning about everything


    Fernando M.

Database NoSQL

  • February 09, 2018
  • Review provided by G2

What do you like best about the product?
An excellent software, one of the things that I like most about Mongo is the link between databases. A fairly simple aspect is to make the correlations; it does not use a very technical language, it is quite light, and it is possible to implement it on medium-performance equipment.
What do you dislike about the product?
The only aspect that can be improved is to relate the data tables in case a database is made with the old correlational model. The tool interface could be a bit simpler though it's not bad, otherwise I have nothing to criticize the software.
What problems is the product solving and how is that benefiting you?
I manage the database of the Department of Computer Science in an educational institution. Mongo allows me to handle a large amount of student information quickly. The management of the application is very simple, as is the creation of the databases.
Recommendations to others considering the product:
Excellent database software, in my case for the management of information in the education sector I recommend, simple, safe and does not require sophisticated equipment.


    Staffing and Recruiting

Simple DB to help you integrate between applications

  • January 25, 2018
  • Review provided by G2

What do you like best about the product?
-Simple to use
-Allows you to easily integrate with multiple systems
What do you dislike about the product?
-New users have to figure out how to move away from SQL Query writing
What problems is the product solving and how is that benefiting you?
Integration between ERP and EMRs plus other applications


    Shiva K.

The Best platform to store data in JSON forma

  • December 31, 2017
  • Review provided by G2

What do you like best about the product?
It stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time and the uniqueness of the _id parameter helps to get or retrieving data easily ,Indexing, queries, application integration and data migration.The relevant technical considerations, such as differences between the relational and document data models and the implications for schema design.MongoDB is a designed for huge query and data storage. Its performance is mainly based on two key value that is design and scale out. MongoDB uses the document as the basic storage unit. In the relational model, the data will be stored in an individual table. In document model, they are saved as one document and its performance is much faster compared to relational query.It also provides ACID properties at the document level as in the case of relational databases.It supports replica sets; in other words, a failover mechanism is automatically handled. If the primary server goes down, the secondary server becomes the primary automatically, without any human intervention.MongoDB can be a cost effective solution because improves flexibility and reduces cost on hardware and storage. If you have an application that performs lots of writes, Mongo isn't a great solution from my humble opinion. As the data size grows, my team has applied TokuMx to speed up Mongo.
What do you dislike about the product?
Sometimes It doesn't support for large amount of requests, It shows error sometimes
What problems is the product solving and how is that benefiting you?
Dealing with user data like personal information
Recommendations to others considering the product:
This is very useful to store large data if you don't know the structure of data


    Information Technology and Services

Perfect for modern web apps

  • December 30, 2017
  • Review provided by G2

What do you like best about the product?
Mongodb is very Light weight compared to traditional dbs like Oracle, very easy to install and maintain, easy to learn and well documented.
What do you dislike about the product?
Easy to miss up the data but you can get around it if you use client like mongoose to help you with data modeling and validation before inserting into the database
What problems is the product solving and how is that benefiting you?
Needed to prototype quick web app, so this was the perfect match for Nodejs and angularJS


    Douglas J.

I'm Learning But I Like What I See

  • October 05, 2017
  • Review provided by G2

What do you like best about the product?
I like the fact that I can give developers a database platform that is denormalized.
What do you dislike about the product?
Querying can be cumbersome at first if you are coming from a SQL-based DB platform.
What problems is the product solving and how is that benefiting you?
We are using MongoDB to store irregular data