Reetika  P.
RP
Reetika P.
Quality engineer
Mid-Market (51-1000 emp.)
"MongoDB Streamlines API-to-BigQuery Migrations with In-Collection Transformations"
4/5
What do you like best about MongoDB Atlas?

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. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

The query part is quite tricky, and sometimes the Mongo server doesn’t work. Review collected by and hosted on G2.com.

Vishesh B.
VB
Vishesh B.
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Scalable, High-Performance Database with Seamless API IWorking with MongoDB:ntegration"
4.5/5
What do you like best about MongoDB Atlas?

Scalability – built-in horizontal scaling with sharding

High performance – optimized for read/write-heavy applications

Ease of integration – works smoothly with modern APIs and microservices

Aggregation framework – powerful for data processing without needing complex SQL joins Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

One of the biggest limitations is the lack of strong relational support. Unlike traditional SQL databases, handling complex relationships (joins across multiple collections) can be inefficient or require extra design effort, often pushing logic into the application layer. Review collected by and hosted on G2.com.

Ravi S.
RS
Ravi S.
Frontend Developer
Mid-Market (51-1000 emp.)
"Flexible, Easy-to-Use Data Storage with MongoDB"
5/5
What do you like best about MongoDB Atlas?

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. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

less suitable for complex joins, memory consumption and data duplication Review collected by and hosted on G2.com.

Emmanuel B.
EB
Emmanuel B.
Small-Business (50 or fewer emp.)
"MongoDB Accelerated Our ERP/Ecommerce Development"
5/5
What do you like best about MongoDB Atlas?

Going from a SQL background to NoSQL wasn’t easy at first, but it ended up paying off in a big way. I built our full ERP/eCommerce system using MongoDB, and it really accelerated development.

When I started this project 8 years ago, I was warned not to choose NoSQL because it supposedly wasn’t recommended for this type of project. I’m glad I didn’t follow that advice. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

It’s very fast overall. The only time I notice it slowing down is during lookups when there’s a lot of data. Even then, it’s super easy to create data indexes and optimize everything. Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Verified User in Computer Software
Small-Business (50 or fewer emp.)
"Intuitive UI and Admin Settings That Just Make Sense"
4.5/5
What do you like best about MongoDB Atlas?

The UI is easy to navigate, with a well-defined sidebar and admin settings that are simple to access. Overall, it just makes sense. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

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 Review collected by and hosted on G2.com.

Sai pavan kumar D.
SD
Sai pavan kumar D.
Intern
Small-Business (50 or fewer emp.)
"MongoDB: Easy Setup, Smooth Integration, and Great Atlas/Compass UI"
4.5/5
What do you like best about MongoDB Atlas?

Mongo DB is a no sql database so we need no fixed schema for storing data. Mongo DB is very easy to integrate into our project or web application. The setup was also very easy. It has good documentation also. I really like the user interface of both atlas and compass. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

Mongo DB doesnot have any strict schema and has little support to complex relationships it sometimes leads to hard data management. Review collected by and hosted on G2.com.

Soham P.
SP
Soham P.
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Effortless Document Storage, Steep Learning Curve with C#"
4.5/5
What do you like best about MongoDB Atlas?

I love how fast and easy it is to spin up a new cluster with MongoDB and store data. The ability to handle unstructured JSON data quickly and provide fast retrieval is incredibly valuable, especially for my AI-based application that utilizes data from web scraping. I find the document store feature of MongoDB particularly beneficial because it allows me to store any type of data without needing to create structures, which simplifies my development process significantly. The simplicity and ease of initial setup in MongoDB make it an ideal first choice for my database needs. Overall, my experience with MongoDB has been very positive, and I am likely to recommend it to others. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

I find it challenging to learn MongoDB with non-popular tech stacks like C# Dotnet Core Web API. There aren't enough resources available on the internet to facilitate learning how to effectively use MongoDB with Dotnet Core. Review collected by and hosted on G2.com.

Achirachaya T.
AT
Achirachaya T.
Python Software Engineer
Mid-Market (51-1000 emp.)
"Reliable Hosting with Easy Scaling and Monitoring"
4.5/5
What do you like best about MongoDB Atlas?

I use MongoDB Atlas for hosting our MongoDB, and I appreciate its reliability; I've never had any problems with its uptime. I really like the tools it offers for scaling and performance monitoring, as they are easy to use with a nice user interface. It's great that new MongoDB versions are deployed as soon as they are released, allowing me to use new features without any delay. The initial setup was easy without any problems, which I really value. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

I think their alerting system may be a bit improved, for example so I can setup more granular alerts. For example, I can't set up composite rules (for example error rate of specific endpoint + CPU threshold, etc). Basically, it's limited in customization. Review collected by and hosted on G2.com.

Nijat I.
NI
Nijat I.
Full-stack Developer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Database with Strong Performance"
4.5/5
What do you like best about MongoDB Atlas?

MongoDB provides ease and flexibility when working with massive and unstructured data. MongoDB has a document structure that enables the complex data to be stored without schemas. The MongoDB platform scales smoothly and handles both small and big applications. The platform integrates easily with programming languages and environments. It promotes fast development. It offers a scalable and flexible means to manage database operations. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

The more complex queries will sometimes be less intuitive than what one would find in a traditional SQL database. Certain aspects of the system require further setup or the use of a paying account. Dealing with very large datasets might require a good amount of indexing and optimization. Aggregation pipelines will occasionally be a problem for the new user. It’s a good system, but these small problems occur. Review collected by and hosted on G2.com.

RS
Rishab S.
Technical Lead
Computer Software
Small-Business (50 or fewer emp.)
"Effortless Setup, Perfect for Schema-Less Storage"
4.5/5
What do you like best about MongoDB Atlas?

I really like MongoDB for its ability to store schema-less data documents, which lets me easily store JSON objects with arrays of objects internally. I appreciate the feature to perform aggregation-based queries where I can add stages for different types of queries like match, project, group, and sort. The initial setup was very easy and smooth, which made getting started a breeze. Review collected by and hosted on G2.com.

What do you dislike about MongoDB Atlas?

I won't say it doesn't work, but the transactions and ability to handle the joins within different databases can be handled more effectively. Review collected by and hosted on G2.com.