Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

MongoDB Reviews & Product Details

MongoDB Overview

What is MongoDB?

Compose provides a stable, elegant and powerful auto-scaling deployment platform to build your MongoDB applications upon.

MongoDB Details
Show LessShow More
Product Description

Compose provides a stable, elegant and powerful auto-scaling deployment platform to build your MongoDB applications upon.


Seller Details
Seller
IBM
Ownership
SWX:IBM
Phone
1-866-277-7488
Year Founded
1911
HQ Location
Armonk, NY
Total Revenue (USD mm)
$73,621
Twitter
@IBM
716,534 Twitter followers
LinkedIn® Page
www.linkedin.com
307,251 employees on LinkedIn®
Description

IBM offers a wide range of technology and consulting services; a broad portfolio of middleware for collaboration, predictive analytics, software development and systems management; and the world's most advanced servers and supercomputers.

Values & Ethics
Our corporate culture is based on ethics and integrity, with management guided by our values and a rigorous system of corporate governance in how we conduct business and manage risk.
Business conduct & ethics

IBM is committed to principles of business ethics and lawful conduct. Learn more: www.ibm.com/impact/ai-ethics

Recent MongoDB Reviews

Atharva K.
AK
Atharva K.Small-Business (50 or fewer emp.)
5.0 out of 5
"Mongo DB"
Its a very capable database its scalable and flexible which can be used for real time analytics.
Md Nasir H.
MH
Md Nasir H.Small-Business (50 or fewer emp.)
5.0 out of 5
"MongoDB nosql database"
MongoDB stands out for its flexible schema, scalability, powerful query language, ease of use, and active community support. Its schema-less design...
Sharin S.
SS
Sharin S.Mid-Market (51-1000 emp.)
4.5 out of 5
"The Go-To NoSQL solution for modern applications"
I have been using MongoDB for the past 3 years and I like the flexibility of storing data in JSON like BSON document storage. Compared with other D...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

MongoDB Media

Answer a few questions to help the MongoDB community
Have you used MongoDB before?
Yes

16 MongoDB Reviews

4.7 out of 5
Write a ReviewWrite a Review
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
16 MongoDB Reviews
4.7 out of 5
Write a ReviewWrite a Review
Write a ReviewWrite a Review
16 MongoDB Reviews
4.7 out of 5

MongoDB Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Ryan T.
RT
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

Mongo Compass was a great GUI, that helped me first step into working with databases. When I first used MongoDB, I was a front end focused software engineer. When it came time for me to learn how to build projects with databases, MongoDB and Compass was the tool that helped me start learning quickly and the gain confidence. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

The non relational nature of MongoDB is probably both it's strength and it's weakness. I think if MongoDB could find some way to enforce typed Schemas and relationships in the way that SQL databases does, it would help a lot of software engineers. I understand that there is speed that comes with a non relationship DB, but having the write out a scheam and relationships forces the engineer to think through their database design. It feels like why Typescript, is better than using Javascript is almost all cases. In the begining a new engineer might complain that Typescript is slowing them down, but in the end it is the best choice. Review collected by and hosted on G2.com.

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

Helping us create databases quickly and without too many hurtles to clear Review collected by and hosted on G2.com.

shiv a.
SA
AI / NLP Engineer
Information Technology and Services
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

NoSQL is a low-cost, flexible, and easy to use and Implement Database, and MongoDB is one of the best for both small and large Databases. It also supports Vector search now. It has MongoDB Atlas which is a Cloud native service. We can integrate it with almost all backend languages and services. I use it in most of the projects. Customer support is also good. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

For complex operations and function driven tasks, there are better alternatives. Also for vector search, I think databases like Pinecone are more suitable. Review collected by and hosted on G2.com.

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

In our organization, we use to store static data of users. We also use it for temporary storage. We have also created data models for the same. I really feel it's easy to create and also scale. Review collected by and hosted on G2.com.

Sharin S.
SS
Team Lead IT - Azure and Windows server
Information Technology and Services
Mid-Market(51-1000 emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about MongoDB?

I have been using MongoDB for the past 3 years and I like the flexibility of storing data in JSON like BSON document storage. Compared with other Databases we can easily build powerful queries and indexing capabilities. This DB gives me high-performance and failover solutions. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

MongoDB stores data in BSON format so storage is consuming. Data consistency might not suit all applications. Lack of enforced schema structure so managing and maintaining data more challenging compared to traditional databases. Review collected by and hosted on G2.com.

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

MongoDB offers a document-based Database that can handle a large number of data volumes effectively and solved my modern application data scalability. Review collected by and hosted on G2.com.

Md Nasir H.
MH
DevOps Engineer
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

MongoDB stands out for its flexible schema, scalability, powerful query language, ease of use, and active community support. Its schema-less design allows dynamic data structures, making it adaptable to evolving applications. MongoDB’s scalability and efficient handling of large datasets make it a popular choice. The expressive query language and straightforward setup contribute to its appeal. Keep in mind that MongoDB’s strengths align with specific use cases where flexibility and scalability matter most. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Managing complex relationships between documents can be tricky. Users sometimes struggle with designing efficient data models. Review collected by and hosted on G2.com.

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

It is solving the using of flexible schema for non transactional related database. I have personally used it in mern stack application. I have also used it in mobile application. Review collected by and hosted on G2.com.

Mohit K.
MK
Application Developer - Azure Data Analytics Services
Enterprise(> 1000 emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

It supports storing No Sql data or semistructured data in document format (JSON)

Scalability: high scalabilty supports support storing large amount of data

A powerful query language and aggregation framework for efficient data retrieval and manipulation. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Limited Joins & Acid Complaince

wisley choosing the data model and indexing strategies as it may consume a lot of memory Review collected by and hosted on G2.com.

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

We have to store a lot of telemetry and IOT data from smart meters which is basically is in JSON format, we needed a storage solution that should be highly scalable and have anlytical query support.

Mongo Db is one of the efficient stroage solution that actually fullfills our requirement, Mongo DB is also support API's connection to our Data Engineering enviornment helping us on running advanced analytical queries. Review collected by and hosted on G2.com.

Eli G.
EG
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

First integration and starting to use MongoDB is very easy (using MongoDB Atlas), creating and configuring a cluster took few mins

Using the MongoDB daily to store application and users state.

Documentation is very clear and covring the large number of features. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Using the map-reduce queries is a little complex and took some time to understand Review collected by and hosted on G2.com.

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

High availability - MongoDB handles the instances management and scale and esnures minimal downtime

High perfomance - Reads and writes calls are fast

Ease of use - allows fast development of features Review collected by and hosted on G2.com.

Mohit G.
MG
Senior Software Engineer
Enterprise(> 1000 emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

MongoDB is the best DB, I have encountered so far in case of NoSQL DBs.

It is very fast and efficient.

Very easy to install on server.

Also the UI offered by Mongo Compass is very user friendly. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

No disliking as per my usage. It fulfills all of my requirements. Review collected by and hosted on G2.com.

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

We are telecommunication company. We basically interact with the WIFI routers through mobile application to perform operation on the routers.

So there are many parameters that we need to store in the database.

This data is unstructured so we need a database which could handle unstructured data effciently.

MongoDB is best for this case. Review collected by and hosted on G2.com.

Sandeep Y.
SY
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

The best thing about mongodb is its way to store the data in NOSQL format.

I had tried and made POCs using mongodb in past. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

The latency of data delivery and Complex query take more time to read and write Review collected by and hosted on G2.com.

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

To store user data or any kind of data in document format.

roboust and quick data storing

Easy to use

it has huge community support Review collected by and hosted on G2.com.

Karthik K.
KK
Windows System Administrator
Mid-Market(51-1000 emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

MongoDB is flexibility, allowing you to store data in a way that best fits your application's needs. This flexibility makes it easier to adapt to changing requirements and iterate quickly during development and handling large volumes of data and high-traffic applications. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Backup and restore operations can be more complex compared to traditional relational databases and MongoDB does not support joins in the same way as relational databases Review collected by and hosted on G2.com.

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

MongoDB's query language and aggregation framework support real-time data processing and analysis and this benefits applications that require low-latency responses and real-time insights. Review collected by and hosted on G2.com.

Atharva K.
AK
Application development associate
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: Organic Review from User Profile
(Original )Information
What do you like best about MongoDB?

Its a very capable database its scalable and flexible which can be used for real time analytics. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

It has a learing curve. Sometimes its challenging to manage shraded clusters Review collected by and hosted on G2.com.

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

It has very strong real time data computation power also its features like high availability and integration helps for scaling the business. Review collected by and hosted on G2.com.

RR
Manager
Information Technology and Services
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

MongoDB is a NoSQL database, which means it's cheaper and easier to maintain than traditional relational databases. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

MongoDB limits document size to 16MB and nesting to 100 levels. Review collected by and hosted on G2.com.

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

MongoDB's indexing options and capabilities can help store and retrieve large amounts of data. MongoDB also supports geospatial queries, which can help advertisers understand campaign performance across specific locations. Review collected by and hosted on G2.com.

Abhishek M.
AM
Sr. US IT Recruiter
Mid-Market(51-1000 emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

MongoDB is a data platform which makes easy to structure different data. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Their is nothing to dislike about MongoDB, Beacuse is very usefull for me to perform my work easily. Review collected by and hosted on G2.com.

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

MongoDB is a Database pltform which provides us to read and structure the data, Most of the database cannot provides you the data Configuration but in MongoDB you can configure you data as well. By using MongoDB you can structure your large amount data but it will take the large memory to store data. Review collected by and hosted on G2.com.

Verified User in Broadcast Media
AB
Enterprise(> 1000 emp.)
Validated Reviewer
Review source: Organic
What do you like best about MongoDB?

Like other public cloud resource we can easly manager varius project and DB cluster in few click Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Low visibility on matric. sometime dont have inside details of cluster activity Review collected by and hosted on G2.com.

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

migrate EC2 bassed non-relational data base to cloud easly and managing entire lifecycle easly. operation is also very smoth. with few click you manage complex task easly Review collected by and hosted on G2.com.

Ashutosh  S.
AS
Software Engineer
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

The best thing about Mongodb is that it uses Javascript for queries so any javascript developer can start with Mongodb with very less effort. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

The community is not that strong, sometimes you need some help with specific queries but there isn't enough content available in the internet.

The downside of using mongodb is, although a javascript person can start designing the database architecture but in long term when the db expands, then there might be difficulties in scaling. Review collected by and hosted on G2.com.

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

Mongodb is a No-SQL DBMS which provides the flexibility on scaling the database and prevents you from worrying about the relationships of the tables. Writing queries is much easier than SQL queries. It has a cloud platform called Mongodb Atlas, there are some awesome GUI tools to work with database like, robo 3T, mongodb Compass, robomongo(lightweight version of robo3T) Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

It has a great community, so finding information is pretty easy. Also it is a really good tool to integrate with new development technologies. The best thing for me is how flexible it is when storing information (documents), so if your project evolves you can adapt easely. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

When dealing with heavy loads it might be tricky to deal with concurreny but with a little forward thinking you can sort things out. Review collected by and hosted on G2.com.

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

Scalability Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about MongoDB?

It's super easy to spin up a scalable MongoDB instance and scale it as necessary. The GUI is comfortable. The software works (usually). Reliability can be an issue though. Review collected by and hosted on G2.com.

What do you dislike about MongoDB?

Compose experienced downtime and our database became unavailable, at which point we immediately sent an e-mail and were left sitting cross-legged waiting for a response for hours until service was restored. You have no control over the infrastructure and have to wait for Compose to fix any uptime issues. Review collected by and hosted on G2.com.

Recommendations to others considering MongoDB:

Consider whether you want to have control over servers when something goes wrong, so you can fix it ASAP, or if you prefer to hand over controls of your DB to a third party company. Review collected by and hosted on G2.com.

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

Spinning up a scalable, fault-tolerant MongoDB replica set without any DevOps management. Review collected by and hosted on G2.com.