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

MongoDB

TurnKey GNU/Linux | 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

300 reviews
from G2

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


    Atakan Steven B.

Efficient use of NoSQL!

  • August 19, 2024
  • Review verified by G2

What do you like best about the product?
Apart from many other NoSQls on the market, MongoDB also stands out with its speed and efficient indexing method. Also being integrated with MongoDB Compass makes it easy to play around with the data.
What do you dislike about the product?
MongoDB is good for proffesional work but MongoDB Compass interface can be sometimes hard to use.
What problems is the product solving and how is that benefiting you?
As the nature of NoSQL, handling data in our projects, creating schemas are good for our usecases.


    Onkar D.

Connection smoother

  • August 12, 2024
  • Review verified by G2

What do you like best about the product?
Easy to connect
Query understanding is easy
What do you dislike about the product?
lack of query functions as compare to SQL
What problems is the product solving and how is that benefiting you?
No SQL


    MD EHTASHAAM K.

Future of Databases: A Critical Review of MongoDB

  • July 16, 2024
  • Review provided by G2

What do you like best about the product?
What I like best about MongoDB is its flexibility. Most of the database require fixed schema bt MongoDb allows you to store data in a more dynamic way and document based format. This document based structure is very straightforward and very easy to use even for the newcomers. It is very flexible.
Also setting up MongoDB is quick and it integrates very easily with other platforms.
MongoDB offers strong customer support, with plenty of documentation, community forums, and professional support options. Because of all these features it is frequently and widely use across the globe and industries.
What do you dislike about the product?
However MongoDb is less efficient for complex queries and transactions than traditional databases. Also while handling lare datasets it require very large memory and storage which can be costly.
Proper indexing in MongoDb is also very crucial. Also sometimes it leads to data redundancy.
What problems is the product solving and how is that benefiting you?
MongoDB solves several problems related to data management. Earlier traditional databases required a fixed schema which made difficult to handle large data. MongoDb allows flexible schema which allows us to easily change data models without much downtime.
Also there was problem with scaling and it was very costly. MongoDb solved this problem also. It can be scaled horizontally by adding more servers in les cost.
It handles large volumes of data without degrading in performance.


    Saurabh J.

MongoDB best NoSql dabase management system

  • May 31, 2024
  • Review provided by G2

What do you like best about the product?
What i like most about MongoDB is that it is very easy to use, when i worked with React and required to retrieve or store data i integrated MongoDB with Nodejs.It has document based schema which makes it look much easier.
What do you dislike about the product?
It does not support ACID properties. And it slows down when inconsistent or unbalanced data is shared.
What problems is the product solving and how is that benefiting you?
To handle data for applications which requires to store and retrieve data easily and faster, MongoDB is the best Database management system for such applications .


    Akhilesh G.

Using MongoDB: Leveraging Capabilities While Handling Obstacles

  • May 30, 2024
  • Review provided by G2

What do you like best about the product?
A document-oriented data architecture is used by the adaptable and scalable MongoDB database, which enables dynamic schemas and simple changes to document structure. Comprising grouping, filtering, and converting data is made possible by its strong query language and indexing features. Because MongoDB uses sharding—a horizontal scalability technique that divides data across numerous servers—it is exceptionally well-suited for managing large-scale data and high-throughput applications. Data redundancy and failover are ensured by its built-in replication and high availability features, which also minimize downtime and guarantee data integrity. All things considered, MongoDB is a useful option for contemporary, data-intensive applications.
What do you dislike about the product?
When compared to traditional databases, its implementation can be less resource-efficient and straightforward, which makes it challenging to manage scenarios needing complicated transactional consistency across several documents. Furthermore, inconsistent data in sharded clusters might result in performance bottlenecks and unequal data distribution. Because of MongoDB's flexible design, inconsistent data structures may result, which could affect the quality of the data and complicate application and query logic. For applications demanding higher consistency assurances, MongoDB's default setup for Write Concerns and Read Concerns may not be ideal. Careful customization is therefore necessary. To overcome these obstacles and capitalize on MongoDB's advantages while minimizing its drawbacks, meticulous preparation and knowledge are needed.
What problems is the product solving and how is that benefiting you?
To create data-intensive applications, like IoT storage solutions and social media analytics systems. Because of its document-oriented data format, changing data requirements may be accommodated without requiring significant schema migrations, allowing for agile development and iteration. Due to its scalability, MongoDB can easily expand without compromising speed, making it an ideal solution for managing large datasets and high-throughput applications. Consulting businesses may create complex analytics and reporting solutions by utilizing its advanced querying and indexing capabilities to pull important insights from a variety of datasets. These functionalities are essential for creating data visualization apps, business intelligence tools, and custom reporting dashboards that are suited to the individual requirements of clients.


    Computer Software

MongoDB Made Easy: Simplifying Data Management for Everyone

  • April 24, 2024
  • Review verified by G2

What do you like best about the product?
MongoDB makes it simple to work with data, like storing and finding data quickly.
It can handle large volume of data without slowing down.
It is easy to use even if you are not expert.
It is very secure so the only right people can access the data.
It is easy to integrate in code.
The schemaless architecture makes it very useful for raw and especially json data.
What do you dislike about the product?
Using mongoDB might cost high especially for bigger projects with lost of features.
Sometimes it might have bugs or issues that need fixing.
What problems is the product solving and how is that benefiting you?
MongoDB is ideal for storing and retrieving unstructured data efficiently, supporting diverse data types and formats.
It's well-suited for handling large volumes of unstructured data, ensuring smooth performance and scalability.


    Ashutosh P.

Experience with MongoDB

  • April 03, 2024
  • Review verified by G2

What do you like best about the product?
I liked the rich query language model of MongoDB. It's easy to setup and establish connections with MongoDB clusters. The community support provided is awesome.
It is currently the easest and most flexible NoSQL database in the market. We worked intensively on a large set of Collections for our clients.
What do you dislike about the product?
The only thing we faced was to handle large datasets and clusters. Maintaining consistency is a bit challenging for us. Hoping to get more ACID complaint-friendly features in MongoDB.
What problems is the product solving and how is that benefiting you?
MongoDB helped us build a large collection of client data that would have been hard to manage with SQL database and managing such large and querying was very easy and cost-effective.


    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.


    Abhishek S.

Truly scalable database for Read heavy and write system.

  • March 07, 2024
  • Review verified by G2

What do you like best about the product?
The low latency and scalability of database with increasing work load. We migrated one of our system from firestore to mongoDB and loving the performance which we are getting.
What do you dislike about the product?
sometime feels like perfect database for true scale but we need to carefully manage index and add proper index to make query efficient.
What problems is the product solving and how is that benefiting you?
I our use case we use to store every datapoint for user details like location and ip in firestore. We are suffering from costing and latency problem as we are growing. We now shifted to mango db initial their is high resource usage by mongoDB but as we tune configurations and added indexing we no moving having resource usage problem.


    Mohit K.

A performant NOSQL database

  • November 17, 2023
  • Review verified by G2

What do you like best about the product?
Flexible document base data models, easy to use and implement with various languages, large community for questions and tutorials, its query language and reliable in production applications
What do you dislike about the product?
has a learning curve if coming from sql based databases, things like joins, data integrity and schema validation are not available here. usually you know these drawbacks when you choose nosql
What problems is the product solving and how is that benefiting you?
Our main db is in mongo. We have our API service store and fetch our data from this. We have other services query on it for analytics and machine learning.