MongoDB background blur
MongoDB Logo
MongoDB
Flexible NoSQL Database Solution
4.5
(512)
Why Findstack is free?
Findstack is free for users because vendors pay us when they receive web traffic and sales opportunities. Findstack directories list all vendors — not just those that pay us so that you can make the best-informed purchase decision possible.
Findstack offers objective and comprehensive comparisons to help you find the best software. We may earn a referral fee when you visit a vendor through our links. Learn more

MongoDB Reviews & Product Details

MongoDB Overview
What is MongoDB?

MongoDB is a NoSQL database that supports scalable, and high-performance data storage solutions. The platform’s automatic sharing features combined with real-time analytics and horizontal scalability empower businesses with efficient data management.

Company MongoDB, Inc.
Year founded 2007
Company size 1001-5000 employees
Headquarters New York, NY, USA
Social Media
MongoDB Categories on Findstack
Crevio Logo
Crevio
Sponsored
5.0
(1)
$29.00/month
Crevio is a platform for creators to sell digital products, services, courses and access to other 3rd-... Learn more about Crevio
Ask Questions about MongoDB
What MongoDB is best for?
How does MongoDB compare to Databox?
What are the pros and cons of MongoDB?
MongoDB Product Details
Capabilities
API
CLI
OSS
Segment
Small Business
Mid Market
Enterprise
Deployment Cloud / SaaS / Web-Based, Desktop Mac, On-Premise Linux, On-Premise Windows
Training Documentation
Languages English
MongoDB Features
API Access
Ad-Hoc Reporting
Annotations
Collaboration Tools
Customizable Dashboards
Customizable Templates
Data Blending
Data Cleansing
Data Filtering
Data Import/Export
Data Source Connectors
Data Transformation
Drag and Drop Interface
Drill Down
Embedded Analytics
Export to PDF/Excel
Geospatial Mapping
Heatmaps
Integration with Third-Party Apps
Interactive Reports
KPI Tracking
Mobile Access
Multi-User Access
Performance Metrics
Predictive Analytics
Real-time Data
Role-Based Permissions
Scheduled Reporting
Scorecards
Trend Analysis
MongoDB Media
MongoDB 0
MongoDB 1
MongoDB 2
MongoDB Screenshots
Disclaimer
Our research is curated from diverse authoritative sources and meant to offer general advice. We don’t guarantee that our suggestions will work best for each use-case, so consider your unique needs when choosing products and services. Feel free to share your feedback.
Last updated: January 08, 2025
MongoDB Logo
512 MongoDB Reviews
4.5 out of 5
Small Business (50 or fewer emp.)
Feb 26, 2016
 Source
Overall Rating:
4.5
RM
Raju M.
Freelance Web Developer
Share
"Totally enjoying NoSQL with mongodb"
What do you like best about MongoDB?

Since mongodb is schemaless, it is very flexible when working with collecting dynamic data, I use mongodb for an IOT project and it involves storing large amounts of data and performing quick aggregations on a daily basis. MongoDB does this very fast and in my opinion performing time based operations on MongoDB is much easer than on MySQL; I have worked with MySQL and there came a time that my project almost came to a halt because the data queries became so complex and there was drop in performance. That has not been the case with MongoDB.

What do you dislike about MongoDB?

Map reduce was something that took me a lot of time to understand and I just wish there were more resources to learn this.

What problems is MongoDB solving and how is that benefiting you?

Providing analytics for IOT devices. Having moved from MySql based system, where I was at my wits end trying to write proper queries, Mongodb uses plain Javascript which I understand well enough, it made my work a lot easier. I didn't have to learn a lot to undestand how MongoDB worked because I already wrote code in Javascript and there are lots of good nodejs ORMs for MongoDb;

Mid Market (51-1000 emp.)
Feb 07, 2016
 Source
Overall Rating:
4.5
AV
Anbu Cheeralan V.
Engineering Lead
Share
"Implementation is easy"
What do you like best about MongoDB?

Easy to get started and a big user community. variety of use cases have been already implemented with MongoDB and enough documentation, case studies are available.

What do you dislike about MongoDB?

Shell only UI for business users (until 3.2). Shell only access with out using any third party integration was an inconvenience for non-technical users. This is changed with 3.2 though.

What problems is MongoDB solving and how is that benefiting you?

Content Management System

Enterprise (> 1000 emp.)
Jan 29, 2016
 Source
Overall Rating:
4.5
AH
Alazar H.
Sr. Software Developer
Share
"MongoDb is a very stable, highly scalable and high performance DB system. "
What do you like best about MongoDB?

What I like about MongoDb is it's high scalability and performance. It is simple to use and supports many of our Restul applications.

What do you dislike about MongoDB?

There is not much support of other developer frameworks. More packages need to be developerd for VS besides the MongoDb.Driver to help use EF and the like.

What problems is MongoDB solving and how is that benefiting you?

Designing a web api for providing data access to various applications and mobile apps.

Enterprise (> 1000 emp.)
Dec 10, 2015
 Source
Overall Rating:
4.5
AV
Akhil V.
Database Engineer / Administrator
Share
"MongoDB Best No SQL Platform"
What do you like best about MongoDB?

Easy to use database, schema less. Light weight and less foot print. World class free education at university.mongodb.com Developer friendly, drivers are available in multiple programming languages. Designed with DR and High Availability as focus Big Data ready and Auto sharding Most features run in Auto pilot mode needs very less user intervention. The best customer feedback process with centralized bug reporting system like Jeera.

What do you dislike about MongoDB?

No out of box GUI tool to work with as of now with database objects or schemas.

What problems is MongoDB solving and how is that benefiting you?

Cost effective, Rapid deployements.

Enterprise (> 1000 emp.)
Dec 06, 2015
 Source
Overall Rating:
4.5
AT
Attila T.
System Engineer Big Data
Share
"NoSQL for the enterprise users"
What do you like best about MongoDB?

Dynamic schema, rich query and indexing capabilities. Functionally is comperable with any other traditional persistency layer, like RDBMS engines (except the obvious gaps like multi statement atomic transactions, which are the same for most of the NoSQL engines). Hence to Dynamic schema the development cycle is lot shorter for new applications than traditionally. Due to powerful scale-out features there is no need for application level workarounds along with the growth of usage. An application can access the same way MongoDB regardless the cluster is a single process or hundreds of shards. Complete security features in the enterprise offering including advanced authentication methods, like LDAP and Kerberos, as well Encryption at REST. Good tooling (Ops Manager). Healthy/big community. Free and quality training (university.mongodb.org).

What do you dislike about MongoDB?

Limited information about very large (100TB) scale deployments and issues around. Limited amount of talented knowledgeable people on the field (specially in Europe). Operating a large deployment is complicated without Ops/Cloud Manager. Speed of data balancing and redistribution could be improved to support load adaptive scaling. There is no cross-cluster replication.

What problems is MongoDB solving and how is that benefiting you?

Real-time analytics of raw data (full-scan): MongoDB works well in data scanning when everything fits in memory (it does not use streaming IO-s so works well on flash memory or SSDs too but less on spinning disks). Possible to reach interactive latency on any datasize even without indexes as the system really scales linearly. MongoDB can divide and merge individual queries into hundreds of parallel sub-queries and back automatically under the hood. High write throughput applications: It is easy to utilize any HW at the maximum level efficiently. We can run very high write throughput applications and still manage low latency read requests in the same systems. (was not possible with older versions, just since the new storage engine wiredTiger been introduced.) Resiliency: Each application can be tuned to an appropriate level of resiliency. We can have up-to 50 copies of the same data enabling us to reach several nines availablity.

Small Business (50 or fewer emp.)
Jul 24, 2015
 Source
Overall Rating:
4.5
AP
Alex P.
Coo And Founder
Share
"Great for building a startup or product exploration; minimum devOps"
What do you like best about MongoDB?

Like all aspect of engineering, you need to match your tools with the tasks at hand. The schema flexibility and DevOps simplicity of MongoDB make it the best database for launching and scaling startups. When getting started, we don't know exactly how we wanted to model our data. It is nice to be able to change our mind easily. Also, it is like 4 commands to set up a replica set. DevOps is one of the last things we had in mind when searching for Product/Market fit. Mongo helped alleviate a big part of that pain.

What do you dislike about MongoDB?

Schema-less is a double-edge sword. Flexibility can also cause chaos. No schema could mean that you have no idea what data or even what data-type you have in your database. Use tools like Mongoose to bring some order back to the system.

What problems is MongoDB solving and how is that benefiting you?

At x.ai, we are building an AI-powered personal assistant to coordinate meetings for our users on top of MongoDB. We were able to quickly evolve our product/data to the use cases our users wanted.

Enterprise (> 1000 emp.)
Mar 26, 2015
 Source
Overall Rating:
4.5
SD
Stephen D.
Sr Member Ieee
Share
"Stroring Time-series Meter data"
What do you like best about MongoDB?

It is a flexible, scalable, NoSQL database that allows developers to take on many of the traditional database administrator tasks. Although it is very flexible, and allows one to store data how they wish, it also allows one via best practices to achieve some very fast data ingestion when working with more complex distributed environments. Also; you can bring a novice up to speed to work with MongoDB queries relatively quickly.

What do you dislike about MongoDB?

Flexibility can be a double edged sword. Allowing developers to store whatever they want in a database means it is naturally harder to get it out. Also; the tools we are familiar with in relational offerings such as profiling tools in relational offerings are not as mature.

What problems is MongoDB solving and how is that benefiting you?

In my role; I am focused on using MongoDB as a time-series data store for up to 1 million energy meters.

Small Business (50 or fewer emp.)
Oct 26, 2023
 Source
Overall Rating:
4.0
SD
Sandeep D.
Founder
Share
"Best NoSQL Database sofar"
What do you like best about MongoDB?

Easy to define schema and easy to use dashboard to configure and deploy your database.

What do you dislike about MongoDB?

I personally don't dislike anything about mongodb.

What problems is MongoDB solving and how is that benefiting you?

We were using mongodb to strore audit events for our application which has variable number of columns and way to much data, mongodb was best solution to cater that.

Small Business (50 or fewer emp.)
Jul 01, 2023
 Source
Overall Rating:
4.0
Mahesh P. avatar
Mahesh P.
Software Engineer
Share
"Best Open Source NoSQL database able to store large volume data effeciently."
What do you like best about MongoDB?

Many popular SQL-based database technologies can help us to store structured data, however, when it comes to storing a huge volume of semi-structured, MongoDB which is a NoSQL-based database is one of the best in the business. It gives us the flexibility to store the less structures business application data seamlessly.

What do you dislike about MongoDB?

Though MongoDB can store our data in large volumes smoothly It is less flexible when it comes to retrieving that data stored in multiple collections, As MongoDB doesn't support the Join feature amongst multiple collections for data retrieval. This causes data duplication and intervention of ad-hoc back-end code to perform join manually.

What problems is MongoDB solving and how is that benefiting you?

Nowadays, we have humongous unstructured application data being generated daily which we want to store for various business purposes. MongoDB proves useful to do this for us, It is flexible enough to store our unstructured data, Also its open-source verbose documentation really benefited me to easily start using this from day one and learn at a faster pace, Moreover, Its auto-scaling and replication features strongly enables me to have high availability of my business data across the multiple users.

Small Business (50 or fewer emp.)
May 31, 2023
 Source
Overall Rating:
4.0
PG
Purvesh G.
Founder
Share
"MongoDB: Flexible and Scalable NoSQL Database"
What do you like best about MongoDB?

One of the aspects I appreciate the most about MongoDB is its flexibility. The document-oriented data model allows me to work with JSON-like documents, making it easy to handle and manipulate data in a way that aligns with the structure of my Node.js applications.

What do you dislike about MongoDB?

Compared to relational databases, MongoDB requires more careful planning for certain types of queries or complex relationships. Join operations, for example, are not as straightforward in MongoDB due to its denormalized approach, which can sometimes result in more complex code.

What problems is MongoDB solving and how is that benefiting you?

MongoDB solves several problems that benefit me as a backend developer. Firstly, it offers a flexible data model that eliminates the constraints of rigid schemas. MongoDB's scalability and performance capabilities enable me to handle large volumes of data and high-traffic workloads efficiently. MongoDB's integration with Node.js and its rich ecosystem of libraries streamline the development process. Overall, MongoDB's solutions enhance my productivity, flexibility, and scalability resulting in faster development cycles.

Mid Market (51-1000 emp.)
Mar 16, 2023
 Source
Overall Rating:
4.0
Vishal C. avatar
Vishal C.
Full Stack Developer
Share
"Reviewing MongoDB"
What do you like best about MongoDB?

MongoDB provides a flexible data schema that makes it simple for developers to store and manage unstructured data. It is an excellent fit for applications with constantly changing data because of this property. Scalability: When the amount of data in a cluster increases, new servers can be added because MongoDB is horizontally scalable. This makes it simple to scale programmes as data needs increase. High Performance: MongoDB can deliver high read and write throughput and is built to manage large volumes of data. As a result, it works well for applications that need high performance.

What do you dislike about MongoDB?

Absence of Transactions: Before to version 4.0, MongoDB did not enable multi-document transactions. Earlier versions of MongoDB had limited support for transactions, however, this is no longer a problem. Data durability: Although MongoDB's write performance can be extremely quick, the system depends on an in-memory write operation, which could result in partial data loss if a failure happens before the data is written to the disc. MongoDB features a write concern option that enables developers to specify how many servers must approve a write operation before it is considered complete in order to ensure data durability. Restricted Aggregation Functionality: MongoDB has a robust query language, but it has some restrictions on the ability to do complex analytics and aggregations. The application layer may need to perform additional processing on some complex aggregations.

What problems is MongoDB solving and how is that benefiting you?

Scalability: MongoDB's ability to expand horizontally across numerous servers, enabling the processing of huge datasets and high-volume workloads, is one of the main advantages of adopting MongoDB. Without having to make large changes to the underlying database architecture, this is especially helpful for applications that need to scale dynamically with changing data needs. Versatile Data Model: The document-oriented data model used by MongoDB is very flexible and enables the storing of unstructured and semi-structured data, which can be difficult to manage in typical relational database systems. For modern, data-intensive applications that need the capacity to store and retrieve data in a flexible and dynamic way, this makes it the perfect option.

Enterprise (> 1000 emp.)
Oct 07, 2022
 Source
Overall Rating:
4.0
Diana  S. avatar
Diana S.
Senior Consultant
Share
"MongoDB a high-level database"
What do you like best about MongoDB?

We like Mongo DB because it is open source and can integrate with multiple data sources, making it scalable, reliable and easier than ever to handle large amounts of sparse data.

What do you dislike about MongoDB?

The only drawback of using a MongoDB cluster is that you cannot directly download a copy of all the information stored there or you do not know how to do it.

What problems is MongoDB solving and how is that benefiting you?

We are impressed by the fact that MongoDB is extremely scalable and fast compared to other databases and can store data in a dynamic format.

Enterprise (> 1000 emp.)
Sep 02, 2022
 Source
Overall Rating:
4.0
SS
Sandeep S.
E
Share
"Easy To Use"
What do you like best about MongoDB?

Easy to use and perform queries. Faster data export and import

What do you dislike about MongoDB?

Aggeration, and join operations takes too much time

What problems is MongoDB solving and how is that benefiting you?

Saving the client's medical history and reports, providing updates to every system on any changes

Small Business (50 or fewer emp.)
Aug 26, 2022
 Source
Overall Rating:
4.0
AA
Anish A.
Frontend Developer
Share
"Best NoSQL Database"
What do you like best about MongoDB?

MongoDB is faster, safer and easy to query compared to normal SQL databases. We are using MongoDB for more than 3 years now never faced any big issues with security or data storage!

What do you dislike about MongoDB?

Auto-scaling in MongoDB is slower compared to other databases so sometimes we face a downtime while loading heavy task wish the auto-scaling feature gets improved in the future version of MongoDB

What problems is MongoDB solving and how is that benefiting you?

We use MongoDB to store everything in our panel it's been over 3 years we never looked back. MongoDB increases our security as well as data storage options. The customer support of MongoDB is also awesome!

Mid Market (51-1000 emp.)
May 25, 2022
 Source
Overall Rating:
4.0
Yash C. avatar
Yash C.
Software Engineer
Share
"Mongo DB for Software Developers"
What do you like best about MongoDB?

When I used the MongoDB, the thing which I liked the most about it is that it provides the charts that shows database operations, queues, network traffic, connections and memory over time and it also provides an option to see system load on each collection.

What do you dislike about MongoDB?

The thing which I disliked the most is there is no support for the join tables and it is expensive to use for the small scale projects.

What problems is MongoDB solving and how is that benefiting you?

With the help of MongoDB we are able to use it for the storage of data, retrieve it easier and it also gives us support to view the performance charts.

Mid Market (51-1000 emp.)
Mar 15, 2022
 Source
Overall Rating:
4.0
NS
Nader S.
Data Engineer
Share
"Great noSql databse"
What do you like best about MongoDB?

Great community around for help Free tutorials everywhere performant for Restless and real-time transactions

What do you dislike about MongoDB?

There is nothing to dislike about MongoDB, one of the best NoSQL databases.

What problems is MongoDB solving and how is that benefiting you?

real time treatment easy to query

Small Business (50 or fewer emp.)
Oct 22, 2021
 Source
Overall Rating:
4.0
AR
Alex R.
Hosting And Services
Share
"Immediate response database"
What do you like best about MongoDB?

The connection is stable and fast response in request of data, data in JSON format.

What do you dislike about MongoDB?

Grouping and configuring different number of Clusters is difficult to do.

What problems is MongoDB solving and how is that benefiting you?

The first benefit is the speed of response and the special Cluster configuration for greater security.

Small Business (50 or fewer emp.)
Jul 28, 2021
 Source
Overall Rating:
4.0
Danish M. avatar
Danish M.
Software Engineer
Share
"One of the best No SQL DB"
What do you like best about MongoDB?

MongoDB inspires me with its speed to read data. It is fast, accurate, scalable, and flexible database. The learning curve is very minimal,and one can kick-start using it in no time.

What do you dislike about MongoDB?

Agregation of data in different collections is hard thing to do.

What problems is MongoDB solving and how is that benefiting you?

I am using mongoDB to store non-relational data and for fast database operations.

Small Business (50 or fewer emp.)
Apr 22, 2021
 Source
Overall Rating:
4.0
GO
Gines O.
Fullstack Js Developer
Share
"One of the bests DB for NodeJS and noSQL projects"
What do you like best about MongoDB?

- Easy integration with JS code - Fast index system with multiple field support - Having multi-level documents - Easy implementation of a type system using mongoose

What do you dislike about MongoDB?

- It isn't easy to have a good performance if you are a beginner o mid-level - The tools for inspecting the database (robo3t) are very limited on functionality and on a macOS are not well optimize

What problems is MongoDB solving and how is that benefiting you?

Remove relational databases with redundant information because of the use of foreign keys Flexibility when implementing changes on the schemas

Enterprise (> 1000 emp.)
Sep 30, 2020
 Source
Overall Rating:
4.0
KG
Kesava Ram G.
Oracle & Mongo Dba
Share
"Mongo DB Support"
What do you like best about MongoDB?

Not provided

What do you dislike about MongoDB?

Not provided

What problems is MongoDB solving and how is that benefiting you?

Not provided