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

MongoDB Atlas for AWS

MongoDB, Inc | 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

474 reviews
from G2

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


5-star reviews ( Show all reviews )

    Ashkan H.

You have to use MongoDb at least once!

  • December 03, 2020
  • Review provided by G2

What do you like best about the product?
It has amazing features. You can use it on memory or disk. As cash server with TTL or as a normal DB. Also, you have a full-text search on your collection.
MongoDB is amazing for the projects who don't have a strong style for the beginning for at least the first 5 years.
It's easy to use, user friendly, and super fast. Extendable horizontally and vertically.
What do you dislike about the product?
If you don't want to limit yourself, you can create a big mess in that. Data without style can be really dangerous.
What problems is the product solving and how is that benefiting you?
Store lots of data with different kinds of Schema.
Recommendations to others considering the product:
Read about it to understand the features that MongoDB have to use it in the best way.


    KAUSHIK P.

Great and best NOSQL database I have ever used.

  • October 22, 2020
  • Review provided by G2

What do you like best about the product?
The best thing about MongoDB is it gives query output in JSON format which is easy to read. And for the new user they can have it for free with certain storage space.
What do you dislike about the product?
Although working with MongoDB is very easy but at the beginning learning MongoDB might take some time. One more thing is that the free version limits the storage of data.
What problems is the product solving and how is that benefiting you?
As in MongoDB data is encapsulated that's why the queries are much faster and the software is extremely performant. In MongoDB I can make number of structural changes easily to the access data without too much modification in data access layer.
Recommendations to others considering the product:
Highly recommended.


    Randy D.

MongoDB: The best NoSQL Database

  • September 05, 2020
  • Review verified by G2

What do you like best about the product?
MongoDB is scalable, robust, easy to use, and has well-designed architecture.
It can be integrated with many programming languages.
The MongoDB community is large.
You don't need to stress yourself with where to host your database.
It has unique and helpful tools like the MongoDB Compass, to make database administration easy.
It is very secured.
What do you dislike about the product?
Even though technologies have their dislikes, I personally don't have any dislikes with MongoDB.
What problems is the product solving and how is that benefiting you?
I use MongoDB as the database for my web applications and CLI apps.
Recommendations to others considering the product:
Use MongoDB if you want a scalable, robust, and easy to set up a database.
It has good and well-written documentation.
It has regions all around the world and its back up plans are superb. You don't need to worry about what happens when a region goes down.
It is very secured.


    Financial Services

This is an emerging opensource NoSQL Database with powerful features and performance

  • August 17, 2020
  • Review verified by G2

What do you like best about the product?
MongoDB's features and performance and their continuous Development of improvements
What do you dislike about the product?
MognoDB Compass which is very basic tool compared to Studio 3t/Robo 3t
What problems is the product solving and how is that benefiting you?
We were able to replace Oracle/MS SQL in many places
Recommendations to others considering the product:
If you're looking for ease of use , performance & scalability go for MongoDB


    Rachna G.

The Best feature provide by Mongo ie Cloud

  • August 14, 2020
  • Review provided by G2

What do you like best about the product?
Easily Deployment in Mongo Cloud
Easily Connection by the Mongo Atlas and other GUI Tools
Easily Scalable and de-Scalable if needed as it is cloud-based
User Friendly, Simple UI with many features
Easily reporting and analysis
What do you dislike about the product?
Cost is very Expensive, well all other features are the best on Mongo Cloud
What problems is the product solving and how is that benefiting you?
Storing a Large Amount of Non-relational Data and Non-Structural Data
Recommendations to others considering the product:
All should be cloud-based and easily scalable as Mongo Cloud Manager is.


    Information Technology and Services

Schemaless no SQL database:easy to manage data

  • July 30, 2020
  • Review provided by G2

What do you like best about the product?
The best part of mongodb is that CRUD operation is easy and managing the large number of database is simple.No complex joins are required so people can easily learn and implement.
What do you dislike about the product?
There is no default transaction support.If we need we have to handle it.
What problems is the product solving and how is that benefiting you?
We are using CRUD operation for the database for creating, read, update and delete data.Easily we can implement in our projects if we have large collection of database.Mongodb can store any type of file and no size limitation is there,which is a benefit i can say.


    Information Technology and Services

We have been using Mongo vastly. We are part of DBA group who manage Mongo DB Cluster.

  • July 24, 2020
  • Review verified by G2

What do you like best about the product?
Easy Data Modeling, Setup cluster and Mongo compass
What do you dislike about the product?
Too much depend on OpsManager for Upgrade and other activities.
What problems is the product solving and how is that benefiting you?
Bug fixes , Tuning and scaleable


    Bishop M.

I'm a big fan of NoSQL databases especially so with MongoDB

  • July 20, 2020
  • Review provided by G2

What do you like best about the product?
The json-like format of MongoDB data offers a lot familiarity with javascript users. MongoDB data structure is very flexible in a way that not all documents under a collection must have all the defined attributes. The auto generated I.D is always unique for any new document across multiple MongoDB databases which allows for scalability
What do you dislike about the product?
I always have problems when it comes to adding auto-incrementing fields for documents for instance when I need an auto incrementing I.D
What problems is the product solving and how is that benefiting you?
There is not so much need to get the data structure well planned as it is with MongoDB and other NoSQSL databases because of the flexible nature on MongoDB and how easy it is to modify the structure without affecting the documents already stored.
Recommendations to others considering the product:
MongoDB is the best way to persist application data where structure could easily alter in future


    Isaac K.

Many modern backend developers love MongoDB and it's understandable

  • July 08, 2020
  • Review provided by G2

What do you like best about the product?
The NoSQL structure of MongoDB collections allows for flexible data modeling where different documents can have a varying optional attributes which would be had to pull off in an SQL relation structured database. This leave room for future adjustment and scaling which would have otherwise required building a new data base structure in SQL databases in case requirements changed
What do you dislike about the product?
ID fields that increment with each new entry that are available in SQL tables are not primarily supported in MongoDB. You need a plugin or intermediate to advanced knowledge in mongoDB to create incremental fields
What problems is the product solving and how is that benefiting you?
MongoDB offers flexible structuring of requirement into data models that can be efficiently represented in the database
Recommendations to others considering the product:
MongoDB is a great alternative to checkout if SQL based relation databases are too rigid for your requirements


    Jonathon L.

MongoDB NoSQL Database

  • June 30, 2020
  • Review verified by G2

What do you like best about the product?
Really easy to get running. Plenty of docker containers out there for easy start up/containment. Perhaps my favorite part of MongoDB is that it is very easy to inspect the data base and make changes to individual documents. It is also relatively simple to backup and restore.
What do you dislike about the product?
The main drawback in my experience is the size limitation of a single document. There are times when I want to cache a large data set but am unable to.
What problems is the product solving and how is that benefiting you?
We use mongo to cache results from API responses. Because mongo stores JSON it is extremely easy make the transition from API response to database.