Highly flexible and scalable database that can be used as general purpose db
What do you like best about the product?
The flexibility of its schema, and the amount of scalability it provides, be it horizontal or vertical. Aggregation & high availability makes it a wonderful choice. Extremely easy to use and integrate with any language, make it the first choice.
What do you dislike about the product?
Duplicity and no native joins are a concern.
What problems is the product solving and how is that benefiting you?
I had integrated ML features in my application, and SQL based databases, were a nightmare, so I switched over. Now, most of my applications are using mongo.
Seamless Managed MongoDB Experience
What do you like best about the product?
Below are the features which i like the most about the db:
1. scalability and performance
2. robust managed service
3. flexible data model
What do you dislike about the product?
The only things that concern me are the cost of the D,B which can spike with the scale
What problems is the product solving and how is that benefiting you?
Below are the major problems which is being solved by the mongodb
1.flexible data handling
2.high avaialability and scaling
3.Manged operation with atlas like auto backup , monitoring etc
Flexible and Scalable NoSQL Database
What do you like best about the product?
MongoDB’s document-oriented architecture uses JSON-like BSON documents for flexible, schema-less data storage. This allows dynamic adaptation to evolving data structures without rigid schema migrations.
Horizontal scalability via sharding efficiently distributes data across clusters, enabling seamless handling of massive datasets.
The aggregation framework supports complex data transformations, while built-in geospatial indexing and full-text search expand analytical capabilities.
Transaction support (from v4.0) ensures ACID compliance for multi-document operations.
What do you dislike about the product?
The transition from SQL can involve a steep learning curve, particularly for complex queries and aggregation pipelines.
Storage consumption is higher than relational databases due to denormalized data structures, impacting cost efficiency at scale.
While transactions are supported, performance tuning for complex ACID operations requires meticulous indexing and schema design.
What problems is the product solving and how is that benefiting you?
MongoDB eliminated rigid schema constraints, allowing our team to rapidly prototype and iterate applications with unstructured data. It streamlined handling high-velocity data streams in IoT projects, avoiding costly schema redesigns during development cycles. The scalability features supported our transition from prototype to production without operational bottlenecks, directly accelerating time-to-market for new features
Secure and Familiar Database
What do you like best about the product?
MongoDB excels with its flexible document model, which allows for dynamic schema design—making it perfect for fast-paced development cycles and agile teams. Its JSON-like BSON storage format aligns well with modern JavaScript-based stacks like MERN, ensuring smooth data handling from front end to backend. The built-in horizontal scaling, support for geospatial queries, and full-text search are game-changers in terms of versatility.
What do you dislike about the product?
While MongoDB is powerful, it does have some drawbacks. It can consume significantly more storage than traditional relational databases due to its denormalized document structure. For applications with complex relationships, performance tuning requires careful indexing and schema design.
What problems is the product solving and how is that benefiting you?
MongoDB helps us handle flexible and fast-changing data without worrying about strict schemas. It’s great for building apps quickly, especially when data structures vary. We’ve saved time and avoided complex migrations, and with MongoDB Atlas, scaling and managing the database is super simple.
Amazing DB
I recently had the opportunity to work with MongoDB Atlas on AWS, and I must say, the experience has been nothing short of impressive. Bringing together the power of MongoDB's flexible, scalable NoSQL database with the robust infrastructure and services of AWS creates a seamless, high-performance environment for managing data-intensive applications.
Performance optimization is another key advantage. With features like auto-scaling, performance monitoring, and workload isolation, MongoDB Atlas on AWS eliminates much of the operational overhead, allowing developers to focus on building applications rather than managing infrastructure. Additionally, the automated backups and failover mechanisms provide peace of mind, ensuring that critical data is always protected.
MongoDB review
What do you like best about the product?
MongoDB's flexibility and scalability are standout features. Its document-oriented model (using BSON) allows for dynamic, schema-less data structures, making it super versatile for evolving applications. This is especially helpful when dealing with unstructured or semi-structured data.
I also appreciate its horizontal scaling capabilities through sharding, which makes it suitable for handling large datasets and high-throughput applications. Features like indexing, aggregation pipelines, and replica sets for high availability are excellent for both performance and reliability.
For developers, tools like MongoDB Atlas (its cloud platform) simplify deployment and monitoring, saving tons of time.
What do you dislike about the product?
write amplification and potential performance issues under high write loads if not tuned properly. Its flexibility can also be a double-edged sword; having no enforced schema can lead to messy data structures if developers aren't disciplined.
What problems is the product solving and how is that benefiting you?
storing and querying time series data
Amazing product!
I recently got a chance to to work with MongoDB Atlas on AWS.
It's a great option to bring these two power houses together and leverage the best of both of them.
I cannot recommend this product more!
Powerful and Scalable Database Solution with MongoDB Atlas
As a developer, I’ve had the opportunity to work with various database solutions, and MongoDB Atlas stands out as one of the best managed database services available today. Here are my thoughts on why I highly recommend MongoDB Atlas, especially for users in the AWS ecosystem:
- Ease of Use and Quick Setup: Setting up MongoDB Atlas was a breeze. The integration with AWS was seamless, allowing me to deploy clusters in just a few clicks. The user-friendly web interface is intuitive, making it easy to manage databases without a steep learning curve.
- Scalability and Performance: One of the most impressive features of MongoDB Atlas is its ability to scale effortlessly. Whether you’re dealing with moderate traffic or a sudden spike in user requests, Atlas can automatically adjust resources to ensure optimal performance. The built-in auto-scaling feature is a game-changer for applications that experience fluctuating workloads.
- Global Distribution and High Availability: With MongoDB Atlas, I can deploy clusters across multiple regions, ensuring low-latency access for users around the globe. The built-in replication and failover mechanisms provide high availability, which is critical for mission-critical applications.
- Cost-Effective: For a managed service, MongoDB Atlas offers competitive pricing. The pay-as-you-go model allows us to only pay for what we use, making it suitable for startups and large enterprises alike.
Among the best database solutions out there, and it's really useful
What do you like best about the product?
Our application development and data analysis initiatives have relied heavily on MongoDB, a highly scalable and versatile NoSQL database, for its ability to efficiently manage unstructured and semi-structured data. The database provides a feature called indexing, which assigns a unique ID to each row. I've found this to be very helpful in today's world, where web services process massive amounts of data and better storage and resource utilization is essential; in addition, its aggregation capabilities allow me to perform complicated, resource-intensive queries at lightning speed.
What do you dislike about the product?
Starting and writing aggregations in MongoDB can be challenging without a good tool to guide you. You'll also need a basic understanding of databases and SQL queries to understand the concepts.
What problems is the product solving and how is that benefiting you?
The horizontal scalability of MongoDB was a key factor in our decision to use this technology, and I must say that I have made great use of this tool. Our database scaled effortlessly, allowing us to add nodes to our cluster without sacrificing speed, which has been great for our data storage needs. As a result, we can now manage dramatically higher data volumes and workloads without sacrificing performance. It has allowed us to automate the turnaround time in our development department, which has greatly improved the feasibility of projects.
Reviewing MongoDb
What do you like best about the product?
MongoDb Atlas free hosting platform to start with project is the best. It's simplicity to connect with project makes it easy to use with different backend languages.
What do you dislike about the product?
Didn't found as such, overall it's good.
What problems is the product solving and how is that benefiting you?
I personally use mongoDb in most of my full stack application. Using MongoDb, atleast my hosted application I could show off during interviews.