Sold by

MongoDB Atlas for Government
MongoDB Atlas for Government is a separate environment of MongoDB Atlas, dedicated to meeting the demanding security and privacy needs of the US Government. Easily deploy, operate, and scale MongoDB on AWS by letting Atlas take care of time-consuming administration tasks.
Reviews (874)
Dennis C.
MCP Integration and Multi-Tenant Scaling Made Seamless
Reviewed on Sep 09, 2026
Review provided by G2
What do you like best about the product?
MCP integration. Multi-Tenant Architecture. Ability to seamlessly increase the size of the cluster. The Performance Advisor is also a great feature.
What do you dislike about the product?
Sharding doesn’t feel very intuitive to me. I have to stick to a single shard to prevent elements from reappearing.
What problems is the product solving and how is that benefiting you?
Scaling, reliability, and implementation.
Miguel Angel F.
Easy Setup and Flexible Upgrades on AWS and GCP
Reviewed on Sep 06, 2026
Review provided by G2
What do you like best about the product?
Easy configuration, flexibility on upgrades, available on AWS and GCP
What do you dislike about the product?
Price and the capacity for free trial plan
What problems is the product solving and how is that benefiting you?
I don’t know
Jafar S.
Effortless Scaling with MongoDB Atlas
Reviewed on Aug 21, 2026
Review provided by G2
What do you like best about the product?
I use MongoDB Atlas to store data for my startup, and I find that being a cloud-based solution makes it very easy to scale and operationalize. It's flexible and agile as a SaaS product, and I can turn it on and off quite easily. I'm overall satisfied with the experience because there's a lot that they offer, even more than I'm currently using. I also started afresh with MongoDB Atlas, and it was quite easy to start with, especially with the free plan, which shows how powerful the product is. It makes me want to upgrade to enable more features. Moreover, it was beneficial knowing a colleague had used it before, which reassured me, and I found the initial setup very easy.
What do you dislike about the product?
N/A
What problems is the product solving and how is that benefiting you?
MongoDB Atlas is a cloud-based solution that's easy to scale and operationalize. It's versatile, allowing us to start small and easily upgrade to access more features, making it a flexible and agile NoSQL database for our startup.
Muhammed A.
MongoDB Atlas: Fast Setup, Flexible Docs, and Great Value on the Free Tier
Reviewed on Jul 28, 2026
Review provided by G2
What do you like best about the product?
MongoDB Atlas made it easy to get a fully managed database up and running for a personal project without worrying about server maintenance or manual setup, which mattered since this was a side project with no dedicated infrastructure budget. Storing expense and balance records as flexible documents fit naturally with how the roommate bill-splitting data was structured, without needing to design a rigid relational schema upfront. The free tier covered everything needed for a small user base, making the ROI excellent, and the setup process combined with clear documentation meant I was productive within a short time without needing any paid support.
What do you dislike about the product?
Since it's a managed cloud service, there's less control over fine-tuning performance at the infrastructure level compared to self-hosting, though this wasn't a real issue at the small scale of this project. Some of the more advanced querying and aggregation features have a learning curve if you're used to relational databases and SQL syntax. There's also no built-in AI-assisted query optimization, so understanding indexing and performance tuning relied on manual research rather than any smart guidance from the platform itself.
What problems is the product solving and how is that benefiting you?
MongoDB Atlas removed the need to manage database infrastructure myself for a small personal project, letting me focus on building the actual bill-splitting logic instead of server maintenance. Storing flexible expense records without a strict schema made it simple to adapt the data structure as the project's needs evolved, and the free tier meant I could run this reliably without any hosting cost for a project shared casually among a few roommates.
Reetika P.
MongoDB Streamlines API-to-BigQuery Migrations with In-Collection Transformations
Reviewed on Jun 17, 2026
Review provided by G2
What do you like best about the product?
Mongo DB is used in our migration work: we pull data from the Facebook API, load it into Mongo collections, and then move that Mongo data into BigQuery. The best part about Mongo is that we can handle most of the major transformations directly within the Mongo collections before loading it onward.
What do you dislike about the product?
The query part is quite tricky, and sometimes the Mongo server doesn’t work.
What problems is the product solving and how is that benefiting you?
For us mongo is extracting the data from API's and further performing the transformation on various collections
Ravi S.
Flexible, Easy-to-Use Data Storage with MongoDB
Reviewed on Jun 04, 2026
Review provided by G2
What do you like best about the product?
I like MongoDB for its data-based storage and schema flexibility. It allows me to store data in non-table formats and handle any kind of data, unlike SQL databases where I had to stick with a predefined schema. The horizontal scaling feature and the easy learning curve also make MongoDB valuable to me. The initial setup of MongoDB was very easy for my team.
What do you dislike about the product?
less suitable for complex joins, memory consumption and data duplication
What problems is the product solving and how is that benefiting you?
I use MongoDB to store data in a non-table format, accommodating any type of data. It offers schema flexibility and the ability to store data in key-value pairs, unlike SQL's rigid tables. This change helps with horizontal scaling and provides an easy learning curve.
Computer Software
Intuitive UI and Admin Settings That Just Make Sense
Reviewed on May 29, 2026
Review provided by G2
What do you like best about the product?
The UI is easy to navigate, with a well-defined sidebar and admin settings that are simple to access. Overall, it just makes sense.
What do you dislike about the product?
There's no mongosh terminal. You can't run aggregations easily and you can just forget about multi-collection joins. I understand that Atlas is like the admin control hub for MongoDB and complex queries and joins are supposed to be run using Compass but the web UI should offer an easy segue into using mongosh or if not, then atleast a panel to run complex queries
What problems is the product solving and how is that benefiting you?
Atlas is a great admin control command center. It makes it easy to set up access, manage users, and configure IP whitelists.
Priyanshu J.
Flexible Document Model and Fast Development with MongoDB Atlas
Reviewed on May 23, 2026
Review provided by G2
What do you like best about the product?
It is how flexible the document-based structure is for handling real project data. I use it in Node.js backend projects where storing JSON-like data directly as documents makes development much faster compared to traditional relational databases. Adding new fields or updating schemas is simple, so I don’t have to redesign tables every time requirements change. The performance is also very good for read and write operations in smaller web applications and APIs. I’ve integrated it with Auth0 to manage user data after authentication and the workflow feels smooth. MongoDB Atlas onboarding was straightforward, and connecting databases to applications took only a few minutes. Overall, it helped me build and scale backend projects more quickly with less database management complexity.
What do you dislike about the product?
It is that managing complex relationships between data can become difficult compared to SQL databases. In one of my backend projects, handling deeply connected user and task data required extra queries and manual structuring. I also noticed that if indexes are not configured properly, query performance can slow down as the database grows. MongoDB Atlas is easy to start with, but pricing increases quickly when storage and usage scale up. Debugging aggregation pipelines can also become confusing for more advanced queries. Overall, it works great for flexible data structures but complex data handling and scaling need careful management.
What problems is the product solving and how is that benefiting you?
It solved my problem of handling flexible and changing data structures in backend projects. Earlier, whenever project requirements changed, modifying tables and schemas in relational databases took extra effort and slowed development. With MongoDB, I can store JSON-like documents directly, which makes it much easier to manage user data, project details, and API responses. In one of my Node.js projects, I integrated it with Auth0 to store authenticated user profiles without creating complex database tables. Querying and updating data became much faster during development. It also reduced the time needed for database setup and schema changes.
Madhusree D.
MongoDB Atlas: Effortless Clusters, Flexible Schema, and Reliable Cloud Management
Reviewed on May 19, 2026
Review provided by G2
What do you like best about the product?
I mostly use MongoDB Atlas as the cloud database for my web projects and small full-stack applications. I like how straightforward it is to create a cluster and connect it to my Node.js apps with Mongoose. It has helped a lot with deployment and day-to-day database management by giving me a consistent, reliable environment that I can access from anywhere.
I also appreciate not having to manage servers myself or handle backups manually. On top of that, the schema-less approach makes updates simpler than with more structured databases. I really value the flexibility of the document schema for unpredictable development needs, since it lets me reorganize data without dealing with traditional relational tables. Overall, the document model saves me a lot of development time because I can add new fields and adjust how information is stored without repeatedly restructuring the database.
I also appreciate not having to manage servers myself or handle backups manually. On top of that, the schema-less approach makes updates simpler than with more structured databases. I really value the flexibility of the document schema for unpredictable development needs, since it lets me reorganize data without dealing with traditional relational tables. Overall, the document model saves me a lot of development time because I can add new fields and adjust how information is stored without repeatedly restructuring the database.
What do you dislike about the product?
For personal project its great but when I have to implement a dedicated cluster for a client project the jump from M0 to M10 is quite large in terms of pricing. I also feel that whenever I am trying to run deep analytical query or try to join multiple tables together things get messy, it also can be very heavy on CPU cluster if my indexes aren't perfectly optimized.
What problems is the product solving and how is that benefiting you?
I like how easy it is to implement. I don’t have to worry about installing MongoDB on a cloud server, configuring firewall rules, managing security updates, or dealing with anything complicated. I’ve been using this since I was a novice in development, and using Atlas has helped me a lot because I don’t have to think about major connection or configuration issues when I move a local database to production.
M. Berkay T.
Reachable, Easy to Use, and a Big Time-Saver with Atlas
Reviewed on May 18, 2026
Review provided by G2
What do you like best about the product?
Reachable and always ready. Its easy to use. I dont need to make my own onpremise clusters anymore, i can use that time more productively with Atlas !
What do you dislike about the product?
Everything is ok. Free tier is little slow but okay fair enough.
What problems is the product solving and how is that benefiting you?
mongo atlas really calm and peaceful place that helping people solves their big db confused moments because their platform is very friendly and easy to use. Also secure.