
MongoDB Atlas (pay-as-you-go)
Flexible document workflows have accelerated schema changes and simplified evolving data models
What is our primary use case?
In my day-to-day work, I use MongoDB Atlas primarily for storing and querying semi-structured or dynamic data where schema flexibility is important, as I work extensively on schema design, indexing, and query optimization. For example, in a system like policy or config management or aggregator response, the data structure evolves frequently and can be nested. MongoDB Atlas allows me to store data in document-oriented format and avoid complex joins, making faster reads possible.
A specific example in my project where MongoDB Atlas made my work easier and faster is that we store data as flexible documents, which allow us to onboard new partners or change the schema without requiring database migration or downtime. This made our development faster. We handle dynamic policy or config data for hotels, and the structure of the data varied across partners and kept evolving. Some had nested rules and different fields and optional attributes. MongoDB Atlas made our work easier to handle evolving nested structured data while maintaining performance and reducing development overhead.
One more aspect of my use case where MongoDB Atlas fits in our workflow is that I typically use MongoDB Atlas for flexible or read-heavy data, especially when the schema evolves frequently, and I combine it with Redis as a caching layer for hot data. This helps me balance flexibility and performance, and MongoDB Atlas acts as a primary store of semi-structured data while Redis handles low-latency accesses. Another important aspect is faster development cycles. Because of MongoDB Atlas's schema flexibility, I can iterate quickly without worrying about strict migration, which is very useful in fast-moving product environments. Since it is managed by MongoDB Atlas, I also benefit from high availability, automatic scaling, and monitoring, which reduce my operational overhead and allow me to focus more on building features.
What is most valuable?
One of the best features of MongoDB Atlas is that it provides a fully managed database. One of the biggest advantages I think is that MongoDB Atlas is a fully managed service, meaning it handles deployment, scaling, backup, patching, and maintenance automatically, which allows developers to focus more on application logic instead of infrastructure. Apart from this, there are a few more things I appreciate, such as easier scalability, higher availability, built-in monitoring and performance optimization, and security and compliance.
Among managed service, scalability, high availability, and built-in monitoring, one of the most valuable aspects for my team is that we focus more on the fully managed database service, which significantly reduces operational overhead. Instead of spending time on provisioning, scaling, backups, or handling failures, those responsibilities are handled by MongoDB Atlas. This allows engineers to focus more on building features, optimizing performance, and solving business problems. It also improves development speed and reliability. For example, setting up an environment or scaling during traffic spikes becomes much faster and safer without manual intervention.
MongoDb Atlas combines multiple capabilities into a single integrated platform. Features like automated backup, monitoring, scaling, and security all working together make it much easier to manage production systems compared to stitching together multiple tools. This improves not just operational but also developer confidence in the platform to handle many failure and scaling scenarios automatically.
What needs improvement?
MongoDB Atlas currently has almost all the features we require, but there are some points where I see certain improvements. One area is cost visibility and optimization. Since pricing is largely based on storage and cluster size, it can sometimes be difficult to predict or optimize cost without deeper insights. More granular cost breakdowns or recommendations would be helpful. Another area I can mention is performance tuning transparency. While MongoDB Atlas provides monitoring and suggestions, debugging deeper issues like slow queries, index efficiency, or shard imbalance can sometimes require more control or visibility. Cost optimization, deeper performance insight, and easier scaling decisions would make MongoDB Atlas even more powerful.
A couple of additional areas where MongoDB Atlas could improve are integrations and developer experience. For integrations, while MongoDB Atlas supports major cloud providers and tools, deeper and more seamless integration with observability patterns would make troubleshooting distributed systems easier. On the documentation side, while it is generally good, some advanced topics like sharding strategies, performance tuning, and real-world scaling patterns could benefit from more practical guidance. Additionally, a better local-to-cloud development experience, making it easier to replicate production-like MongoDB Atlas environments locally, would help developers test performance and scaling scenarios more efficiently.
For how long have I used the solution?
I have used MongoDB Atlas for a long time; to be specific, I have been using MongoDB for around two plus years of experience.
What do I think about the stability of the solution?
From my use case, I can easily say MongoDB Atlas is very stable, and it is used on a global level. It is stable, and since it is a managed service, features like replication, automatic failover, and backups are handled by the platform.
What do I think about the scalability of the solution?
MongoDB Atlas is highly scalable. One of its main features, because of which I use MongoDB Atlas, is its scalability. It supports both vertical scaling and horizontal scaling through sharding, where data is distributed across multiple nodes. This allows the system to handle large datasets and high throughput efficiently.
How are customer service and support?
Customer support for MongoDB Atlas is very good. I remember I had a case where I needed to reach out for customer support. Most of the issues I encountered, like query performance or indexing, were handled internally through monitoring, optimization, and best practices. MongoDB Atlas has strong documentation and a large community, which makes troubleshooting easier. For any infrastructure-level concerns, my platform team typically coordinates with the provider if needed.
Which solution did I use previously and why did I switch?
Before MongoDB Atlas, we were mostly relying on MySQL, where we did SQL queries. MySQL worked well for structured data and transactional use cases, but we started facing challenges when dealing with dynamic and nested data structures, especially where the schema kept evolving. Handling such changes required frequent schema migration and joins, which increased development effort and sometimes impacted performance. We moved to MongoDB Atlas for that specific use case because it provides schema flexibility and better support for document-based data.
How was the initial setup?
For pricing and setup cost, those are managed by my infrastructure or platform team, so from a developer perspective, I am not directly involved in these things. However, from a user perspective, I understand that costs are mainly driven by cluster size, storage, and throughput. Because of that, we remain mindful about efficient schema design, indexing, and avoiding unnecessary data growth. From a setup standpoint, MongoDB Atlas made it quite easier.
What was our ROI?
We have seen a return on investment; while we do not have the exact numbers, as it is saving our time and making our development easier, we can easily say the cost is being reduced. My team is using it even after a long time, and the main reason is that it provides cost savings.
Which other solutions did I evaluate?
Before choosing MongoDB Atlas, I explored a few options; one of them was using a relational database that includes JSON columns for flexibility. However, that still required managing schema constraints and did not scale up well for deeply nested or evolving data structures, especially with complex queries. I also considered other NoSQL solutions like DynamoDB, which offered good scalability, but it had more rigid access pattern design and less flexibility for ad-hoc queries and evolving schema compared to MongoDB Atlas. MongoDB Atlas stood out because it provided a good balance for schema flexibility, rich query capabilities, and managed infrastructure.
What other advice do I have?
For advice, I would want to give to others who are looking into using MongoDB Atlas is to design your data models because of access patterns rather than trying to replicate a relational schema. MongoDB Atlas works best by leveraging embedding for related data and avoiding unnecessary joins. It is also important to invest early in proper indexing because performance on MongoDB Atlas is heavily dependent on how well queries are supported by indexes. One more thing to tell others is to plan for scaling and sharded key selection upfront if you expect large data volumes since changing it later can be complex.
Overall, I want to say MongoDB Atlas is very powerful, but getting the best out of it requires thoughtful data modeling, indexing, and planning for scaling from the beginning. My review rating for MongoDB Atlas is 9 out of 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Cloud database has transformed client demos and supports flexible unstructured data workflows
What is our primary use case?
MongoDB Atlas serves as our primary database for storing data. We utilize MongoDB Atlas as our main database solution, which provides us with free space to work with and some MB of free storage. When working with Express.js code as our backend, storing data in JSON format is not required, unlike the problem encountered with SQL. Once we require unstructured data, that is what we use MongoDB Atlas for, and it also frees up some of the memory and storage, so it works very well for our use cases. MongoDB Atlas has free storage that allows us to work with the tools and understand them better. I have highlighted several aspects of this solution.
How has it helped my organization?
MongoDB Atlas impacts our organization positively as it is our primary source of working, and we work on multiple client projects to demonstrate at least a demo to them. MongoDB Atlas works very well in our organization. When discussing one of the projects on MongoDB Atlas, the UI is very aesthetically pleasing; we do not have to go and deploy some RDS or other solutions. The cluster is already there; we just have to log in and start working on it. Additionally, there is a simple connection string that allows us to manage security as well. MongoDB Atlas UI facilitates managing security, and there is IP address tracking available, which we can specify. It is separate from others, and I would say the scalability is also very good—the ability to scale the database directly is excellent and does not require server adjustments.
During my development phase, this is very good and easy to understand, which is beneficial if anyone new comes on board.
What is most valuable?
The best feature I would say is that there is free storage, which any NoSQL database provides, such as MongoDB Atlas. Apart from that, there is a very good MongoDB Atlas UI where we can see the cluster, databases, and all these features. When we are using it, the transactions go for real-time processing. These are the features that it offers us, and the connection is very good to any framework we are using in the backend.
MongoDB Atlas is our primary database, and we prefer this because of the reliability of MongoDB Atlas. The UI is very good for Atlas, and the non-structured database is advantageous because we do not have required schema restrictions. The cluster management and the database handling of Atlas are very good. By using the UI, we can manage this efficiently, and these are the features on MongoDB Atlas that give us what we need.
What needs improvement?
I do not find any necessary improvements for MongoDB Atlas; it is already good at handling tasks, and we have a local compass as well. There is no disturbance with MongoDB Atlas; it operates well. The UI is good, although I have checked one aspect in MongoDB Atlas: when we make transactions, they do not process in real-time and require a refresh. I attribute this delay to a minor browser issue, but overall, the compass is already integrated, so I do not see any improvements needed.
For how long have I used the solution?
I have been working here for more than three years.
What do I think about the stability of the solution?
MongoDB Atlas is stable.
What do I think about the scalability of the solution?
MongoDB Atlas scalability is very good.
How are customer service and support?
I have not reached out to customer support, as I have not encountered any problems, so I have not needed to contact them.
Which solution did I use previously and why did I switch?
I have previously used multiple SQL databases, and I encountered problems in the deployment phase, which often required purchasing services such as RDS or others to deploy SQL databases, leading to additional costs. MongoDB Atlas defines a GUI aspect and database storage advantage.
How was the initial setup?
My experience with pricing, setup cost, and licensing is that the pricing is very good, and the setup is very good as well. Licensing for the basic version is free, which is a benefit, although the pricing increases significantly when we use many features. We can also mitigate costs a little by sharing and scaling; these aspects are good in MongoDB Atlas.
Which other solutions did I evaluate?
I evaluated other options before choosing MongoDB Atlas, primarily focusing on SQL databases, and I encountered deployment problems with them, particularly regarding the necessity to purchase services for RDS. MongoDB Atlas resolved these issues.
What other advice do I have?
I would advise others looking into using MongoDB Atlas to note that it is very cost-efficient, and I suggest trying it ourselves. Whitelisting APIs and IPs is a straightforward process, and these are features of MongoDB Atlas worth exploring. MongoDB Atlas is deployed as its own cloud solution, and there is no SS deployment; it is already clustered within MongoDB Atlas. In our organization, I would say it operates in a private cloud setup. I give this product a review rating of ten out of ten.
Developers have benefited from flexibility and performance but pricing has needed further attention
What is our primary use case?
I still have recent experience with MongoDB Atlas as I have a contact with a representative for Brazil.
Azure and OCI are what we use as our main cloud providers.
I have hands-on experience with OCI, although I don't have a cloud for MongoDB Atlas; I have a cloud for databases and DevOps.
I don't develop directly with only MongoDB Atlas. However, I know the organization has a license with the product.
What is most valuable?
It's a very elastic solution for the purposes of our systems and the developers appreciate it for software development.
MongoDB Atlas's encryption capabilities help ensure data confidentiality and integrity.
I believe the software has performed well for us regarding data confidentiality and integrity.
What needs improvement?
I would say pricing is an area where MongoDB Atlas could improve.
For how long have I used the solution?
I don't have extensive experience with Linux products since it's not my area in my organization.
What do I think about the stability of the solution?
I believe the support is very good because I don't have a problem with the availability of the software.
What do I think about the scalability of the solution?
I am aware of the horizontal scaling capability.
How are customer service and support?
I would be willing to provide a review for one of the Oracle solutions or other solutions such as Linux as we have a Linux server, X8H56. OCI is the server name I remember, it's OCP.
Which solution did I use previously and why did I switch?
How was the initial setup?
I have tried to use Coherence, but it was a bad experience for us.
I didn't purchase MongoDB Atlas through AWS Marketplace; I only have a MongoDB Atlas license, not AWS.
What about the implementation team?
I have no idea about the pricing or setup cost with MongoDB Atlas.
What was our ROI?
I find it easy to use.
I think it's a good product.
What's my experience with pricing, setup cost, and licensing?
I have no idea about the pricing or setup cost with MongoDB Atlas.
Which other solutions did I evaluate?
We have MongoDB Atlas; MongoDB Atlas is what we use.
What other advice do I have?
I am only familiar with databases and applications. I am from the development team and I am a user of database and cloud but I don't know the infrastructure.
As a user, I deal with the Oracle Database.
I know the organization has a license with the product.
We don't utilize real-time analytics with MongoDB Atlas.
I don't use MongoDB Atlas directly, so I don't know how it can be improved.
I would place MongoDB Atlas at a medium level. I would rate it at a six or seven. I believe MongoDB Atlas can improve a little. My overall review rating for this product is six out of ten.
Ensures efficient team collaboration with quick deployment and easy integration
What is our primary use case?
We are using MongoDB Atlas for our log storage, transactional log storage, and we are into CPaaS business, communication platform as a service.
We are also using PostgresSQL in some of the applications, alongside MongoDB Atlas.
What is most valuable?
The most valuable features of MongoDB Atlas in handling large data volumes include collection size and its NoSQL database capabilities.
The security features of MongoDB Atlas support our organization very well.
My company has seen financial benefits from using MongoDB Atlas because we are using open source.
What needs improvement?
There is nothing about MongoDB Atlas I would like to improve or any weak points at this time.
I have not thought through what other features I would like to see included in future updates.
MongoDB Atlas should support containerization.
For how long have I used the solution?
I have been using this product for the past 5 years.
What was my experience with deployment of the solution?
I find the installation process easy to deploy as it wasn't difficult to implement.
What do I think about the stability of the solution?
The stability of the product is very high, and I would rate it a nine out of ten for stability.
What do I think about the scalability of the solution?
It's very much scalable, and I would rate scalability a nine.
How are customer service and support?
For premium support, I would rate the support of MongoDB Atlas a nine.
Premium support requires additional payment; otherwise, you can manage whatever you can yourself.
Though I am currently not using support, I would rate it a nine.
How would you rate customer service and support?
Positive
How was the initial setup?
I personally took part in the installation process.
I can deploy MongoDB Atlas in 2-3 hours.
What about the implementation team?
When we make changes, responsibilities are always distributed. It will be a team whenever a production deployment comes.
What was our ROI?
My company has seen financial benefits from using MongoDB Atlas through savings because we are using open source.
Which other solutions did I evaluate?
Postgres is another option that is available for us. I have considered alternatives for MongoDB Atlas.
What other advice do I have?
The database team consists of five to six people.
We are not currently using the AI functionality in MongoDB Atlas, though AI-driven projects are available in their vector search.
Based on my experience, I would recommend MongoDB Atlas to other users looking for NoSQL databases.
We do everything on our own and are not using third-party services for maintenance.
I am involved in the maintenance process.
We are using MongoDB Atlas for commercial purposes.
The number of people currently using this product in my organization is related to my platform hosted on MongoDB Atlas.
I think it's a competitive solution compared to others, though I cannot comment on pricing as I haven't seen pricing for other products.
I rate MongoDB Atlas a nine out of ten.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Room for improvement in data handling leads to enhanced cost-effective data management performance
What is our primary use case?
What is most valuable?
What needs improvement?
What do I think about the stability of the solution?
What do I think about the scalability of the solution?
How are customer service and support?
What's my experience with pricing, setup cost, and licensing?
What other advice do I have?
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.
Supportive features enable effective data management and growth
What is our primary use case?
I used MongoDB Atlas for structured data storage as part of an application service provided to one of our customers. The application was based on MongoDB and Atlas. While Google Cloud SQL was used for consulting, I interacted with Google Cloud but was not the final decision maker.
How has it helped my organization?
From an operational point of view, there were no costs associated with maintaining the database on my side, and service costs were acceptable from both my side and the customer’s perspective.
What is most valuable?
I find MongoDB Atlas highly scalable and easy to use, with very good support. The pricing is quite scalable and applies to various scenarios, both for smaller and bigger companies.
MongoDB Atlas has supported our data growth well, and my overall impression is very positive. It is easy to work with and has a reliable support structure. For structured data storage and performance, it provides a comprehensive solution, and the feedback was generally positive.
What needs improvement?
I am not an expert on what improvements could be made to MongoDB. The service is continually evolving with new features while maintaining reasonable pricing, making it attractive for developers.
For how long have I used the solution?
I have been using MongoDB Atlas since 2017 and Google Cloud Platform since 2018.
What do I think about the stability of the solution?
There are no issues mentioned regarding stability. I evaluated MongoDB Atlas as not the best solution for the application in the long term, specifically when the services consolidate themselves.
What do I think about the scalability of the solution?
MongoDB Atlas scales well and supports data growth effectively.
How are customer service and support?
The technical support is very good. I have used them sometimes, even recently, and found the feedback to be spot on our needs.
What's my experience with pricing, setup cost, and licensing?
The pricing is quite acceptable and scalable. For our service, it was around 300 to 600 euros per month, which was acceptable for our customers. We could scale up for better performance and scale down when needed.
What other advice do I have?
I highly recommend MongoDB Atlas for both smaller and larger companies.
It is rated an eight out of ten, depending on the use case. As a document-based database, it is one of the better products on the market.
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.
Audio embedding resources
I’d like to suggest adding more resources on using audio embeddings with MongoDB's vector search. Additional guidance on best practices and examples would greatly benefit those looking to work with audio data in MongoDB.