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

474 reviews
from G2

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


    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


    Mihir M.

MongoDB

  • December 15, 2021
  • Review provided by G2

What do you like best about the product?
Features and functionalities like:
- schema-less databse architecture
- deep querying ability
- ease of scale-out architecture
- clarity on single object structure
What do you dislike about the product?
MongoDB does not support well-defined relationships
lack of ACID compliance
limited data size and nesting
What problems is the product solving and how is that benefiting you?
we were looking for a schema-less database architecture along with deep querying capabilities for a scale-out database growth over a period of time

The benefits we reaped are:
- seamless db architeture
- developing deep querying capabilities to meet with custom querying capabilities


    Gaurav G.

Mongo DB

  • December 14, 2021
  • Review provided by G2

What do you like best about the product?
The ease of integrating and scaling is the best part of MOngo DB.
What do you dislike about the product?
Need better tutorials to reduce nested callbacks.
What problems is the product solving and how is that benefiting you?
Data base related requirements are getting fulfilled.


    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.


    Shubham S.

A very easy to use and robust relational database management software!

  • December 08, 2021
  • Review verified by G2

What do you like best about the product?
MongoDB's compass is a very user-friendly application for non-technical people because of the ease of creating the tables and inserting the data without commands. Further, the connection with the frontend interface is also quite easy and user-friendly with the application.
What do you dislike about the product?
As the MongoDB is a relational database, the addition of null values are replaced by 0 values for the variables and hence the application stores the data in the form of JSON values.
What problems is the product solving and how is that benefiting you?
MongoDB is helping me in quickly creating the database and connecting with the frontend interface in my projects and day-to-day use in the assignments. I am able to add authentication in all of my connections.
Recommendations to others considering the product:
MongoDB is best for people who are not sound in technical and database knowledge. It helps in the efficient making of the tables.


    Internet

Most versatile NoSQL data platform

  • December 07, 2021
  • Review provided by G2

What do you like best about the product?
MongoDB is not just a basic NoSQL offering; it caters to the needs of a simple small web app to a complex production application. The ability to store and manipulate document data, geodata is what makes it stand out.
What do you dislike about the product?
MongoDB can be complex to configure and maintain if you're hosting a large production cluster by yourself. Using a hosting provider like MongoDB Atlas can make things easier but very expensive.
What problems is the product solving and how is that benefiting you?
I'm using MongoDB to run multiple user-facing and internal platforms in the domains of e-commerce, social media, cms. These platforms share multiple microservices in the backend. A single PSS MongoDB cluster has provided enough resilience and performance to run everything without a hiccup.


    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.