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

MongoDB Atlas for AWS

MongoDB | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

469 reviews
from G2

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


    McCourt C.

Mongo is very productive

  • September 21, 2017
  • Review provided by G2

What do you like best about the product?
I really like the document store idea.
The javascript integration is really good and the built-in security features and ecosystems is great.
I like how quick u can go from idea to a working model.
What do you dislike about the product?
Sometimes it feels inflexible when compared to traditional RDBMS.
Also, i found the security documentation lacking initially although this is much better today.
You cannot be as verbose with your queries by any means and related data feels clunky.
What problems is the product solving and how is that benefiting you?
Storing app data in the cloud on on mobile.
client-side storage with syn ability to serverside is really good, and minimongo in the browser is really nice to work with
Recommendations to others considering the product:
the barrier to entry is really low, you can spin up a working demo real quick.
Nodejs is a great way to test this out, take a look on github and on the mongo website for some skelton projects to get you up and running quickly.


    Mauro B.

MongoDB to JSON documents

  • September 12, 2017
  • Review provided by G2

What do you like best about the product?
The possibility to fast prototype new API integration and response
What do you dislike about the product?
It could be easy if there will be more GUI tools
What problems is the product solving and how is that benefiting you?
We are able to fast prototype new API integrations without the need to translate the data in SQL and reverse


    Adrián R.

A flexible but robust tool

  • August 02, 2017
  • Review provided by G2

What do you like best about the product?
Horizontal scale out and schemaless are the best
What do you dislike about the product?
Sometimes the error messages are not clear enough and you need to investigate in deep to found the root couse of the problem
What problems is the product solving and how is that benefiting you?
Index creation on each server separately without affecting performance
Recommendations to others considering the product:
Mongodb is growing up in different directions, maybe it's not too good in all of them


    Bruno B.

MongoDB, one of the best NoSQL solution

  • July 27, 2017
  • Review verified by G2

What do you like best about the product?
Very easy to learn the concepts
Easy to install (for a single node)
A lot of programming languages to query the database
Many tools (Robomongo is good one)
What do you dislike about the product?
Complexity of the architecture when you deploy a complete solution with sharding and replica set
What problems is the product solving and how is that benefiting you?
With such as schema free solution of datastore, you can make quick evolutions of your application without too much technical constraints. All developers become rapidly competent to evolve the applications.
Major benefit: it reduces the time to market : from the idea to the deployment in production, it can be a question of hours !
Recommendations to others considering the product:
Great support, they can help you from the data modeling to the deployment


    Nic C.

Perfect database for prototyping web services in Java then quickly going into production scale

  • July 25, 2017
  • Review provided by G2

What do you like best about the product?
Unlike SQL databases, MongoDB's document model makes it very easy to develop new software ideas in Java and then making them persistent. Using the Morphia open-source library, we can easily map our Java classes and persist them in MongoDB in the same 'shape' making it very intuitive to understand and optimize the data design.
What do you dislike about the product?
Coming from an SQL world, there is necessarily a bunch of new terminology and technology to understand. All of my previous experience about optimizing SQL databases no longer applies.
What problems is the product solving and how is that benefiting you?
We have been developing translation memory systems for internationalizing e-commerce websites in real time. The enormous amount of textual data was overloading MySQL. Changing the design of the system - adding a fields or changing an index - was literally taking days of 100% CPU and made changing the production system a nightmare. With MongoDB we can quickly iterate, add new fields - change the 'shape' of the documents in the live system, test from our development environments - all without affecting the behaviour or performance of the live system.
Recommendations to others considering the product:
MongoDB is a very mature NoSQL solution - perhaps the only ready for critical enterprise use.


    Computer Networking

Mongo User

  • June 21, 2017
  • Review verified by G2

What do you like best about the product?
Speed and ability to scale horizontally!
What do you dislike about the product?
Takes a good amount of memory if we don't have dedicated mongo servers
What problems is the product solving and how is that benefiting you?
We have a large amount of writes to a distributed system
Recommendations to others considering the product:
Use it


    Luisa S.

Setting up mongodb

  • June 21, 2017
  • Review verified by G2

What do you like best about the product?
I like the clean format, things are easy to use. I also like that if I highlight the path in the terminal, once I open MongoDb it auto populates.
What do you dislike about the product?
When there is an error, it should provide more information on what isn't working. Perhaps highlight the error field?
What problems is the product solving and how is that benefiting you?
Updating my database
Recommendations to others considering the product:
Give it a chance and reach out to support if you have questions.


    Human Resources

Best NoSQL DB in market

  • June 21, 2017
  • Review provided by G2

What do you like best about the product?
Ease of use.
Dedicated people
Forward Vision.
backup and restore
What do you dislike about the product?
Responsiveness. of support
opsmanager development
documentation improvement
What problems is the product solving and how is that benefiting you?
auditing, performance, lot of data
Recommendations to others considering the product:
Perfect to use


    Information Technology and Services

MongoDB - the best choice for most use cases

  • June 21, 2017
  • Review provided by G2

What do you like best about the product?
Consistency and scalability. Easy of use and schema change.
What do you dislike about the product?
It is not as scalable as other no sql solutions.
What problems is the product solving and how is that benefiting you?
Storing user data.


    Krishna Chaitanya M.

Fast and easy way to maintain data

  • June 21, 2017
  • Review provided by G2

What do you like best about the product?
non traditional way to maintain and process data, which is faster if designed well schematically
What do you dislike about the product?
new format means we need to dedicate some time to understand to maintain data in document formats.
What problems is the product solving and how is that benefiting you?
Migrate to fetch data faster.