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 )

    Computer Software

Mongo DB

  • December 28, 2021
  • Review verified by G2

What do you like best about the product?
Quick and easy calls, much more easier than using other SQL applications. Easy to export information, very intuitive, simple help guide, user friendly, simple and clear interface
What do you dislike about the product?
nothing, did not find one thing that I am not happy with, it is simple and easy to use, that even someone like me with no deep SQL knowledge can use. Its SQL for dummies :)
What problems is the product solving and how is that benefiting you?
Its DB, it saves the needed information on tables. I use it on my daily work, to extract needed and requested information from our customers or our RnD team to provide more information about issues we have encountered.
Recommendations to others considering the product:
Easy to use, very friendly to end user


    Information Technology and Services

Great product with even greater customer support

  • December 28, 2021
  • Review provided by G2

What do you like best about the product?
MongoDB is great. And the customer support is even greater.
What do you dislike about the product?
It is hard to think of something I dislike about MongoDB. Perhaps the pricing flexibility.
What problems is the product solving and how is that benefiting you?
We modeled a real-time communication application prototype with multiple users/sessions support in the same room.


    Computer Software

Great nosQL database solution

  • December 18, 2021
  • Review verified by G2

What do you like best about the product?
JSON like documents.
Collections support TTL and can be configured to auto-expire.
Able to index collection based on multiple keys.
Indexing mentioned above greatly improves the speed and performance of queries.
What do you dislike about the product?
Cannot auto-expire documents based on creation date and time.
Sessions do not properly support inserting Large data in one transaction.
What problems is the product solving and how is that benefiting you?
Go to database solutions for most applications.
We are speeding up searches by indexing frequently queried keys in the database colection.


    Hospitality

One of the best NOSQL DB

  • December 16, 2021
  • Review provided by G2

What do you like best about the product?
Easy to use and different features like geospatial search
What do you dislike about the product?
Overall product is good but the price of client tool is more.
What problems is the product solving and how is that benefiting you?
Our team's main DB was Mongo. We were storing all the hotels data in Mongo


    Entertainment

Great tool for developing/database. Quick and Easy to get started with!

  • December 11, 2021
  • Review verified by G2

What do you like best about the product?
The website allows you to quickly spin up a database on their cloud for free, making it extremely easy to get started. The compass app for desktops makes for a great experience browsing and editing documents in the database. Also, the documentation and packages available for MongoDB are very easy and great to use!
What do you dislike about the product?
Sometimes some weird connection bugs come out of nowhere, making it impossible to connect to the database from a specific IP even though the IP is whitelisted.
What problems is the product solving and how is that benefiting you?
I am using MongoDB for multiple of my coding projects. I have been able to use it very easily with my applications, the compass app makes it very easy to preview and debug issues compared to many other alternatives out there such as Google Firestore or SQLite3.


    Rajat M.

One of the Best DBMS in the Market currently

  • December 09, 2021
  • Review verified by G2

What do you like best about the product?
Easy to use User Interface, easy to use for the professional with even less SQL expertise, and has a vast range of integration with Platforms.
What do you dislike about the product?
There is not much to dislike in the Application. There need to be alerted if Robo 3t is not compatible with MongoDB. For now, it just fails in connecting but never gives the right message.
What problems is the product solving and how is that benefiting you?
We are using it for storing API inventory data of the client, which we are using with the Springboot application for the client's inventory management system.


    Libraries

MongoDB is a near-perfect nosql document-orientated database that is a pleasure to work with

  • November 25, 2021
  • Review verified by G2

What do you like best about the product?
What I like best about MongoDB is that it is so easy to work with when using some dynamically typed language like JavaScript. I have worked for years with statically typed languages like C#, and when working with databases, the mapping between data and objects is very cumbersome and tedious. Pulling data out of MongoDB in the form of a JSON object into JavaScript feels very native - there is no mapping - what you pull out is what you get in JS.
What do you dislike about the product?
The general best practice of having redundant data in MongoDB documents is quite a learning curve and not always intuitive when implemented. What I really don't like is the split in the community consensus as to if you should or shouldn't have redundant data in documents or use the alternative: "relationships".
What problems is the product solving and how is that benefiting you?
MongoDB solves the need for persistence for my Node.JS application. I have found it really efficient to develop with because it solves the problem of mapping between data and objects in your software - it solves this by not requiring any mapping whatsoever.


    Partha R.

The Best Database system available on the Intenet right now, Simple, Scalable, Versatile.

  • November 25, 2021
  • Review verified by G2

What do you like best about the product?
Ease of Use - Effortless to set up and use; the official documentation is to the point and always updated.
Simple Learning Curve - It's straightforward to learn.To get started, It won't take more than 2-3 days.
Easy to Migrate - As it's NoSQL, you can migrate from any system to MongoDB without many problems.
Community Support - As it has been there for more than half of a decade, the community support is amazing.
Scalability - MongoDB is built for big applications, so load balancing, sharding, etc many powerful features it possesses that make it super scalable.
What do you dislike about the product?
I have been using MongoDB for the last four years and haven't faced any significant issues. And whatever hurdles I met were resolved by the experts or community. So No, I don't have anything to dislike about MongoDB.
What problems is the product solving and how is that benefiting you?
I work in the Agritech Industry of India, where we deal with a massive amount of real-time weather data. So following are the benefits I have realized from this -
1. Almost zero latency DB operations
2. Having a geographically local instance made sure that data was available to the stakeholders without any delay.
3. While we have been getting a newer user base, and we need scaling, we used both inbuilt query optimizer and vertical scaling.


    Computer Software

MongoDB makes web apps easy

  • November 09, 2021
  • Review provided by G2

What do you like best about the product?
By using MongoDB, paired with react, express, and node, you can quickly build web apps that meet or exceed customer expectations. MongoDB cloud allows you to stand up a cloud mongoDB instance that you can connect to with a database url, and has a free tier available. I highly recommend the MERN stack to anyone who will listen.
What do you dislike about the product?
It can be difficult to wrap your head around noSQL data structuring. It is not as intuitive as SQL based solutions. As your application grows, it can become complicated to make meaningful queries of your data.
What problems is the product solving and how is that benefiting you?
MongoDB's strength is in rapidly standing up a noSQL database. I have evaluated multiple options and nothing comes close to the speed an ease of mongoDB. I cannot say that I recommend it as an organization grows, however. It may not have everything you would need to reach a high level of scale.


    Jasmeet singh V.

Very fast processing noSQL database

  • October 07, 2021
  • Review provided by G2

What do you like best about the product?
Mongodb is very fast and perform it's duty as expected any nosql database.
Here table is known as a collection and no need to implicity tell the datatype of each variable. It can take automatically because it save as records and all data is store as a document.


If is difficult to make sync with relational and non relational database as both have different schema.
What do you dislike about the product?
Couldnt find anything which I dislike about mongodb it's super fast and easy to use.
What problems is the product solving and how is that benefiting you?
I have rest api in my project so I used default mongo library in go to communicate with it an to perform curd operation.

Queries were quite simple and easy to use and understand