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

Reviews from AWS Marketplace

24 AWS reviews

External reviews

468 reviews
from G2

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


4-star reviews ( Show all reviews )

    Pharmaceuticals

Quick DB

  • March 29, 2024
  • Review provided by G2

What do you like best about the product?
Ability to handle growing data volume, evolving data models.
What do you dislike about the product?
Learning ios required to make full use of the product.
What problems is the product solving and how is that benefiting you?
Ingest volumes from any data model.


    Sandeep D.

Best NoSQL Database sofar

  • October 26, 2023
  • Review verified by G2

What do you like best about the product?
Easy to define schema and easy to use dashboard to configure and deploy your database.
What do you dislike about the product?
I personally don't dislike anything about mongodb.
What problems is the product solving and how is that benefiting you?
We were using mongodb to strore audit events for our application which has variable number of columns and way to much data, mongodb was best solution to cater that.


    Computer Software

Best Non RDBMS for better debugs for Data storage

  • July 23, 2023
  • Review provided by G2

What do you like best about the product?
Many clusters available to practice and get the output based on indexes and queries
What do you dislike about the product?
Altas connection is not much seured and not much scope of usage for free cluster
What problems is the product solving and how is that benefiting you?
Platform available to test the Database and use it in hybrid platforms.
Also microservices can be integrated with the azure platform with the database integration


    Mahesh P.

Best Open Source NoSQL database able to store large volume data effeciently.

  • July 01, 2023
  • Review verified by G2

What do you like best about the product?
Many popular SQL-based database technologies can help us to store structured data, however, when it comes to storing a huge volume of semi-structured, MongoDB which is a NoSQL-based database is one of the best in the business. It gives us the flexibility to store the less structures business application data seamlessly.
What do you dislike about the product?
Though MongoDB can store our data in large volumes smoothly It is less flexible when it comes to retrieving that data stored in multiple collections, As MongoDB doesn't support the Join feature amongst multiple collections for data retrieval. This causes data duplication and intervention of ad-hoc back-end code to perform join manually.
What problems is the product solving and how is that benefiting you?
Nowadays, we have humongous unstructured application data being generated daily which we want to store for various business purposes. MongoDB proves useful to do this for us, It is flexible enough to store our unstructured data, Also its open-source verbose documentation really benefited me to easily start using this from day one and learn at a faster pace, Moreover, Its auto-scaling and replication features strongly enables me to have high availability of my business data across the multiple users.


    PURVESH G.

MongoDB: Flexible and Scalable NoSQL Database

  • May 31, 2023
  • Review provided by G2

What do you like best about the product?
One of the aspects I appreciate the most about MongoDB is its flexibility. The document-oriented data model allows me to work with JSON-like documents, making it easy to handle and manipulate data in a way that aligns with the structure of my Node.js applications.
What do you dislike about the product?
Compared to relational databases, MongoDB requires more careful planning for certain types of queries or complex relationships. Join operations, for example, are not as straightforward in MongoDB due to its denormalized approach, which can sometimes result in more complex code.
What problems is the product solving and how is that benefiting you?
MongoDB solves several problems that benefit me as a backend developer.
Firstly, it offers a flexible data model that eliminates the constraints of rigid schemas.
MongoDB's scalability and performance capabilities enable me to handle large volumes of data and high-traffic workloads efficiently.
MongoDB's integration with Node.js and its rich ecosystem of libraries streamline the development process.
Overall, MongoDB's solutions enhance my productivity, flexibility, and scalability resulting in faster development cycles.


    Vishal C.

Reviewing MongoDB

  • March 16, 2023
  • Review verified by G2

What do you like best about the product?
MongoDB provides a flexible data schema that makes it simple for developers to store and manage unstructured data. It is an excellent fit for applications with constantly changing data because of this property.

Scalability: When the amount of data in a cluster increases, new servers can be added because MongoDB is horizontally scalable. This makes it simple to scale programmes as data needs increase.

High Performance: MongoDB can deliver high read and write throughput and is built to manage large volumes of data. As a result, it works well for applications that need high performance.
What do you dislike about the product?
Absence of Transactions: Before to version 4.0, MongoDB did not enable multi-document transactions. Earlier versions of MongoDB had limited support for transactions, however, this is no longer a problem.

Data durability: Although MongoDB's write performance can be extremely quick, the system depends on an in-memory write operation, which could result in partial data loss if a failure happens before the data is written to the disc. MongoDB features a write concern option that enables developers to specify how many servers must approve a write operation before it is considered complete in order to ensure data durability.

Restricted Aggregation Functionality: MongoDB has a robust query language, but it has some restrictions on the ability to do complex analytics and aggregations. The application layer may need to perform additional processing on some complex aggregations.
What problems is the product solving and how is that benefiting you?
Scalability: MongoDB's ability to expand horizontally across numerous servers, enabling the processing of huge datasets and high-volume workloads, is one of the main advantages of adopting MongoDB. Without having to make large changes to the underlying database architecture, this is especially helpful for applications that need to scale dynamically with changing data needs.

Versatile Data Model: The document-oriented data model used by MongoDB is very flexible and enables the storing of unstructured and semi-structured data, which can be difficult to manage in typical relational database systems. For modern, data-intensive applications that need the capacity to store and retrieve data in a flexible and dynamic way, this makes it the perfect option.


    Diana S.

MongoDB a high-level database

  • October 07, 2022
  • Review verified by G2

What do you like best about the product?
We like Mongo DB because it is open source and can integrate with multiple data sources, making it scalable, reliable and easier than ever to handle large amounts of sparse data.
What do you dislike about the product?
The only drawback of using a MongoDB cluster is that you cannot directly download a copy of all the information stored there or you do not know how to do it.
What problems is the product solving and how is that benefiting you?
We are impressed by the fact that MongoDB is extremely scalable and fast compared to other databases and can store data in a dynamic format.


    SANDEEP S.

Easy To Use

  • September 02, 2022
  • Review provided by G2

What do you like best about the product?
Easy to use and perform queries. Faster data export and import
What do you dislike about the product?
Aggeration, and join operations takes too much time
What problems is the product solving and how is that benefiting you?
Saving the client's medical history and reports, providing updates to every system on any changes


    Anish A.

Best NoSQL Database

  • August 26, 2022
  • Review verified by G2

What do you like best about the product?
MongoDB is faster, safer and easy to query compared to normal SQL databases. We are using MongoDB for more than 3 years now never faced any big issues with security or data storage!
What do you dislike about the product?
Auto-scaling in MongoDB is slower compared to other databases so sometimes we face a downtime while loading heavy task wish the auto-scaling feature gets improved in the future version of MongoDB
What problems is the product solving and how is that benefiting you?
We use MongoDB to store everything in our panel it's been over 3 years we never looked back. MongoDB increases our security as well as data storage options. The customer support of MongoDB is also awesome!


    Information Technology and Services

MongoDB Review

  • June 28, 2022
  • Review verified by G2

What do you like best about the product?
It is a fully documented DB where there are no relationships and can insert data in JSON format with n number of fields.
What do you dislike about the product?
As there are no relationships, sometimes it is difficult to search a particular data and that is time-consuming.
What problems is the product solving and how is that benefiting you?
It is data base where we can store the bulk of data in JSON format.