MongoDB Atlas (pay-as-you-go)
MongoDB, IncExternal reviews
514 reviews
from
and
External reviews are not included in the AWS star rating for the product.
A very easy to use and robust relational database management software!
What do you like best about the product?
MongoDB's compass is a very user-friendly application for non-technical people because of the ease of creating the tables and inserting the data without commands. Further, the connection with the frontend interface is also quite easy and user-friendly with the application.
What do you dislike about the product?
As the MongoDB is a relational database, the addition of null values are replaced by 0 values for the variables and hence the application stores the data in the form of JSON values.
What problems is the product solving and how is that benefiting you?
MongoDB is helping me in quickly creating the database and connecting with the frontend interface in my projects and day-to-day use in the assignments. I am able to add authentication in all of my connections.
Recommendations to others considering the product:
MongoDB is best for people who are not sound in technical and database knowledge. It helps in the efficient making of the tables.
Most versatile NoSQL data platform
What do you like best about the product?
MongoDB is not just a basic NoSQL offering; it caters to the needs of a simple small web app to a complex production application. The ability to store and manipulate document data, geodata is what makes it stand out.
What do you dislike about the product?
MongoDB can be complex to configure and maintain if you're hosting a large production cluster by yourself. Using a hosting provider like MongoDB Atlas can make things easier but very expensive.
What problems is the product solving and how is that benefiting you?
I'm using MongoDB to run multiple user-facing and internal platforms in the domains of e-commerce, social media, cms. These platforms share multiple microservices in the backend. A single PSS MongoDB cluster has provided enough resilience and performance to run everything without a hiccup.
Strong NoSQL candidate. Easy to use, and works well with various needs.
What do you like best about the product?
I like how easy MongoDB is to integrate with my applications. The document-based aspect is also beneficial because it allows for raw JSON data to be directly inserted into the database.
What do you dislike about the product?
There isn't anything I particularly dislike, but I believe their GUI applications could use some more refining (MongoDB Compass).
What problems is the product solving and how is that benefiting you?
I can take data that I have massaged from CSV into JSON and directly insert the JSON into the document-based database. I don't have to worry about reformatting the data just to store it in my database. This reduces the risk of error when modifying the format of data.
Immediate response database
What do you like best about the product?
The connection is stable and fast response in request of data, data in JSON format.
What do you dislike about the product?
Grouping and configuring different number of Clusters is difficult to do.
What problems is the product solving and how is that benefiting you?
The first benefit is the speed of response and the special Cluster configuration for greater security.
best document based database
What do you like best about the product?
MongoDB is a scalable database with flexible schema
What do you dislike about the product?
MongoDB documents limit to 16MB only and also consumes lots of memory
What problems is the product solving and how is that benefiting you?
MongoDB is used for its scalability in nature. We can add any field at runtime
Best for storing real time data
What do you like best about the product?
I have been using mongo DB for a while now and it has been useful for my daily work. There are many benefits of using Mongo DB. It's easy to create and delete data. Out of the NoSQL, I always prefer mongo DB because it's easy to learn. and even data manipulation via a program is also easier. Another advantage of Mongo DB is having replica sets. when dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
What do you dislike about the product?
There are two main issues I have came across while using Mongo DB . The first is having a limit to the document size. (16MB). This is kind of a disadvantage when using MongoDB. The reason there is a limit is that mongo DB works with real-time data. Therefore as a solution, they have introduced to use time ranges in order to save data.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
What problems is the product solving and how is that benefiting you?
Mongo DB has contained replica sets. When dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
Can easily dump and restore data.
Having GridFS feature to store files and images.
Can easily dump and restore data.
Having GridFS feature to store files and images.
One of the best No SQL DB
What do you like best about the product?
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 the product?
Agregation of data in different collections is hard thing to do.
What problems is the product solving and how is that benefiting you?
I am using mongoDB to store non-relational data and for fast database operations.
Awsome NoSQL DBMS product in the market
What do you like best about the product?
It correctly reads the data in real-time and is very efficient.
It meets our project requirements very well and stores the data taking minimum disk space when compared to any other RDBMS. The JSON file format is very handy for developers.
It is the best NoSQL Database software in the market and UI tools for example NoSQL Booster makes managing the databases very easy.
Querying to MongoDB is so easy and requires a very minimal learning curve.
Installation of the local database environment is very easy.
It meets our project requirements very well and stores the data taking minimum disk space when compared to any other RDBMS. The JSON file format is very handy for developers.
It is the best NoSQL Database software in the market and UI tools for example NoSQL Booster makes managing the databases very easy.
Querying to MongoDB is so easy and requires a very minimal learning curve.
Installation of the local database environment is very easy.
What do you dislike about the product?
The topic of clustering is a little difficult to understand and would require a lot of effort from the user to get it.
The third-party library support for MongoDB is not good and it needs to be expanded.
I feel that there should have been supporting for SQL data also.
The third-party library support for MongoDB is not good and it needs to be expanded.
I feel that there should have been supporting for SQL data also.
What problems is the product solving and how is that benefiting you?
We are saving and querying our unstructured JSON fragments in MongoDB.
It's a fast, scalable, resilient, available, and highly performant DB. We store all our unstructured data in MongoDB instances hosted on our production environment Kubernetes clusters. We also use it for our frontend-related projects where SQL-based DBMS would not be so performant.
It's a fast, scalable, resilient, available, and highly performant DB. We store all our unstructured data in MongoDB instances hosted on our production environment Kubernetes clusters. We also use it for our frontend-related projects where SQL-based DBMS would not be so performant.
One of the best Database
What do you like best about the product?
The best thing I like about MongoDB is that it has super easy functions, which we can use to query in the database. The best part is that it allows performing joint operations on different collections despite being a NoSQL database. It also alows us to perform a lot of different operation while doing a joint operations, We can even limit the number of fields that we want in our result.
What do you dislike about the product?
The joint operations are expensive, and we cannot use them a lot of time since it increases the time complexity. Therefore, we have to make a collective collection such that we don't find the need for joint operation in the first place. But this makes our schema and database unreadable and dirty.
What problems is the product solving and how is that benefiting you?
I am solving the problem of storing massive data in a single database. Also, where the data is easily accessible, and the retrieval of the information is speedy.
Recommendations to others considering the product:
It would be best if you used MongoDB since it is one of the best and top leading database provider currently and it also provides excellent documentation to learn each and everything about the MongoDB
Easy to learn NO-SQL based database
What do you like best about the product?
Querying on MongoDB is so easy and simple that even a beginner can understand it very easily.
Also, it has functions that are very useful for direct operations like count(), distinct, etc.
Also, it has functions that are very useful for direct operations like count(), distinct, etc.
What do you dislike about the product?
When a collection becomes too large, MongoDB doesn't perform very well and also there is a lack of connection between different collections.
What problems is the product solving and how is that benefiting you?
We are storing eCommerce websites products as jsons in mongodb.
Benefits are that you can save python dictionaries or jsons directly in mongo.
Benefits are that you can save python dictionaries or jsons directly in mongo.
Recommendations to others considering the product:
Read the documentation before querying.
showing 91 - 100