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

Reviews from AWS Marketplace

25 AWS reviews

External reviews

469 reviews
from G2

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


    Online Media

Powerful NoSQL DB

  • October 27, 2016
  • Review verified by G2

What do you like best about the product?
MongoDb is a powerful NoSQL DB and has become very performant with the addition of the WiredTiger storage engine. MongoDB is easy to setup and easy to work with in a variety of languages. Editing data is easy, since it is essentially modifying JSON.
What do you dislike about the product?
Joining data can be a bit hairy, so you have to make sure MongoDB is actually the correct solution for your use case. Querying can sometimes be confusing at first when wanting do more than a simple field match.
What problems is the product solving and how is that benefiting you?
We use MongoDB collections for storing a variety of content data that powers our website. An object can be a specific product or an article, or configuration data.
Recommendations to others considering the product:
Mongo is a great schema-less option that can allow you to dump your objects straight from your code as-is. This means not having to deal with normalization like in relational databases and having to do joins across collections, since all the data can be tied directly with the object. This requires a different mindset than when designing a relational DB-based project.


    atara t.

mongo as utility to hold large data

  • September 26, 2016
  • Review provided by G2

What do you like best about the product?
holding a generic large scale of data in mongo-db
What do you dislike about the product?
the documentation is not very clear/updated
What problems is the product solving and how is that benefiting you?
holding large scale of data
Recommendations to others considering the product:
it is a very good utility to hold large data but searching in this data is not very fast


    Luis C.

MoongoDB as Database

  • September 22, 2016
  • Review provided by G2

What do you like best about the product?
easy administration of the database as well.
What do you dislike about the product?
I don't have any complain of the product
What problems is the product solving and how is that benefiting you?
sensor data


    Ahmed A.

My favorite NoSQL database especially with Node.JS.

  • August 03, 2016
  • Review verified by G2

What do you like best about the product?
Very flexible, homogeneous with Node.sj, very high speed, good utility functions, and easy powerful queries.
What do you dislike about the product?
Establishing relations between collections needs to be done manually and a bit error-prone.
What problems is the product solving and how is that benefiting you?
Designing databases for websites and mobile application development.
Recommendations to others considering the product:
You should go for it if especially if you want to develop with Node.js framework.


    Information Technology and Services

perfect DB platform for Big data analytics scaleout in the cloud!

  • June 16, 2016
  • Review verified by G2

What do you like best about the product?
Flexibility and scalability...Clearly the perfect DB platform for agile, fast speed to market development while dealing with scale based on commodity, redundant hardware is fantastic!
What do you dislike about the product?
A bit too open and immature (as compared to the RDBMS vendors) at times. If your developers are adult-like, Mongo is an awesome tool to support Agile/iterative development. If you struggle with rigors in the app-tier on data model consistency and enforcement, mongo won't help you much (until latest version).
What problems is the product solving and how is that benefiting you?
Internet of things data collection and big data scalability
Recommendations to others considering the product:
Make sure your developers are adult-like...otherwise go with a more seasoned veteran RDBMS like Oracle or MSSQL


    Michelle W.

MongoDB Review

  • June 12, 2016
  • Review verified by G2

What do you like best about the product?
Mongo is very easy to get up and running. I also enjoy working with the dynamic non-relational JSON collections. It is quick and easy to work with which makes it great for rapid prototyping. The database is also entirely free.

Another aspect I enjoyed about using Mongo was the availability of free educational resources. I enrolled in MongoDB for .NET developers which quickly got me up to speed and I was able to quickly start working efficiently with Mongo at work.
What do you dislike about the product?
The collections used in Mongo don't have support for joins, so if you're working with very large sets of data where you need multiple joins, you may be better off with a relational schema.
What problems is the product solving and how is that benefiting you?
I currently use Mongo as a document storage repository and it has been great thus far. Since I am only working with documents, and not multiple large sets of data, the dynnamic JSON collection structure works very well for this.
Recommendations to others considering the product:
I recommend Mongo to any developer. It is very quick and easy to pick up with only a small learning curve. Also great for rapid prototyping and for putting together a proof of concept. Mongo is also great for scalability with the concept of automatic sharding as the amount of data in your database continues to increase.


    Hamed Z.

It's great if you're using JSON objects.

  • May 19, 2016
  • Review provided by G2

What do you like best about the product?
It's very interesting for me when I was developing an application based on Node.js. In our application, everything was in JSON and was extremely easy and efficient to use MongoDB to store JSON objects.
What do you dislike about the product?
I didn't like the errors that produced by MongoDB. They were not sometimes understandable.
What problems is the product solving and how is that benefiting you?
A web-based graph-based search engine.
Recommendations to others considering the product:
If you like to have a very easy-to-use database management system that can handle JSON objects, I highly recommend MongoDB.


    João B.

Simple, performatic and robust

  • April 27, 2016
  • Review verified by G2

What do you like best about the product?
It's simple query language and drivers make it easy to learn for adopters while still delivering the necessary power needed for complex analysis.
As a platform, it can handle almost instataneous queries over large datasets and still not give up on write performance.
Some of our scenarios analysis and use cases couldn't be performed on real time on a traditional RDMS and MongoDB empower us to do this.
What do you dislike about the product?
If you take into account the CAP theorem* MongoDB is clearly positioned as CP solution, and while some solutions such as Cassandra can be tuned to allow the developer to change it's priorities using read or write concerns, MongoDB will never let you write to secondaries, this way you cannot favour Availability over consistency, so for any application that requires instantaneous failover it is not recommendable.


*https://dzone.com/articles/better-explaining-cap-theorem
What problems is the product solving and how is that benefiting you?
Our latest product to be delivered with MongoDB works on enforcing call center workers schedule and monitoring all possible events on the operations, the real and alerts could not be done on the traditional platforms without a massive work on optimization and the performance we have today would be unachievable.
Recommendations to others considering the product:
Take a time to rethink your concepts on data modeling and accessing before implementing your application on MongoDB, the main idea of document storage is to model the dataset based on your application's data access patterns while most companies are used to the RDMS third form pattern that tries to do the opposite, so a mindset change is desirable when adopting MongoDB


    Erik U.

Great database for use with your JavaScript and Node.js projects

  • April 22, 2016
  • Review verified by G2

What do you like best about the product?
Native support of JSON is a great feature of MongoDB and a core requirement for my project. If you are new to MongoDB there are plenty of resources available to get you started with ease.
One of the resources I'd recommend to anyone considering MongoDB is Mongo University. Their free courses give novice MongoDB users all the essential skills to start with MongoDB.
More information is always available in MongoDB documentation.
What do you dislike about the product?
Persnally I find that maintenance of MongoDB can be tricky and might require more training and hands-on experience. One must also be comfortable with command line tools. I am still learning about proper security settings on my project.
What problems is the product solving and how is that benefiting you?
Flexibility and GeoSpatial queries and inexing.
Full-stack development with Meteor.
Recommendations to others considering the product:
Give it a try.


    Samer B.

Fast, scalable and easy to use

  • April 15, 2016
  • Review verified by G2

What do you like best about the product?
The ease of use , simplicity, and blazing speed
What do you dislike about the product?
It cannot be used for mission-critical application where data is very sensitive, as the mongodb developers recommend against doing that.
What problems is the product solving and how is that benefiting you?
Store a huge set of user data. It has helped me scale up my business in ways that aren't possible with traditional DBMS