Wij helpen bedrijven al 18 jaar
betere software te kiezen

Over MongoDB

Van startups tot ondernemingen, voor moderne en missiekritische bedrijven, MongoDB is de database voor grootse ideeën.

Meer informatie over MongoDB

Pluspunten:

MongoDB is free, performs really well, and it is easy to deploy and configure. There is a big support community, but the documentation is most of the time enough.

Minpunten:

The initial setup of MongoDB and specifically the Mongod can be quite confusing.

Beoordelingen van MongoDB

Gemiddelde score

Gebruiksgemak
4,4
Klantenservice
4,3
Functies
4,6
Prijs-kwaliteitverhouding
4,6

Waarschijnlijkheid van aanbeveling

8,9/ 10

MongoDB heeft een totaalscore van 4,7 van 5 sterren op basis van 460 gebruikersreviews op Capterra.

Heb je MongoDB eerder gebruikt?

Deel je ervaringen met andere softwarekopers.

Reviews filteren (460)

Joseph
Joseph
Senior Engineer in Kenia
Geverifieerde LinkedIn-gebruiker
Computersoftware, 201-500 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

Agrxis Review on MongoDB

5,0 2 jaar geleden

Opmerkingen: My time using MongoDB has been excellent. MongoDB has become my go-to database choice because I work with data a lot. I have been able to handle a variety of rapidly changing data requirements with ease thanks to its flexibility and scalability. I like the document-based paradigm since it fits my data's dynamic nature nicely. I've been able to swiftly adapt and iterate thanks to the ability to store and query data in a schema-less manner. It has never been easier to obtain and analyze data effectively because to MongoDB's robust query language and indexing capabilities. My development process has been sped up by the easy connection with well-known programming languages and frameworks, allowing me to concentrate on creating strong and feature-rich applications. Along the road, any problems I met into were also greatly helped by the active community and thorough documentation. As a result, MongoDB has significantly changed the way I work with data by giving me access to a dependable, scalable, and adaptable database solution that meets all of my requirements.

Pluspunten:

MongoDB's unmatched flexibility and scalability are what I liked best about it. MongoDB has changed the game for me as someone who deals with continually evolving data formats and requirements. The document-based architecture enables me to store data in a manner that closely resembles the entities and connections seen in the real world, making it highly intuitive and simple to use. The dynamic schema gives me the flexibility I need to iterate quickly by allowing me to modify and develop my data model without being constrained. MongoDB's extraordinary capacity to scale has proven invaluable in helping me manage increasing data volumes and high-performance applications with ease. With MongoDB, I have the flexibility to scale horizontally with sharding or vertically with replica sets to match my changing demands. Additionally, data retrieval and analysis are now a snap because to the robust query language, numerous indexing options, and aggregation architecture.

Minpunten:

If I had to pick one thing about MongoDB that I disliked the least, it would be the steep learning curve that comes with its sophisticated capabilities and intricate setups. MongoDB is a strong and feature-rich database that offers a variety of capabilities that may take some time and work to completely understand and efficiently use.

Ajay kumar
Full Stack Developer in India
Informatietechnologie en -diensten, 2-10 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

One of the best database for full stack development

5,0 vorig jaar

Opmerkingen: With the large amount of built-in functions, I don't need to write some complicated queries in my project. I can also easily integrate with any of my projects. I won't need to extraneously install packages or tools needed to use the MongoDB Atlas. They also provide a custom role option for the CRUD option. This makes it more practical to use. Unlike other MySQL databases, MongoDB uses the BSON type to store data. that makes the database more fast and robust. And they also provide tools like MogoDB Compass for easier management. I can easily shift my data from one database to another using tools like Mongodump and Mongorestore. also one of the main reasons for me using MongoDB for its security. because they use popular platforms like AWS, Google Cloud, and Microsoft Azure to store data.

Pluspunten:

One of the fastest MySQL databases with a user-friendly database. You don't have to put that much stress into learning the MongoDB. The enormity of the built-in options makes this user easy to implement on their project. and easy to integrate with any framework (such as Node.js,Djanco, etc.). The detailed documentation with examples makes this even easier to use (in my opinion, most tools fail on complicated documentation with a lot of examples). The documentation provided by them was easy for even a beginner to understand. They also provide custom integration with top cloud-based platforms like AWS, Google Cloud, and Microsoft Azure. With the free storage space of 500 MP, everyone can use their database with a low amount of limitation.

Minpunten:

From my point of view, I don't see any things I dislike about the MongoDB. They provided all the necessary things that I wanted.

Rob
Backend Developer in VS
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

Mongo allows you to take off easily, but makes it harder to do more advanced analysis.

3,0 7 jaar geleden

Pluspunten:

-Easy Setup -Getting simple data in/out is painless & straightforward -Basic analytics are easy, as is managing multi-server clusters

Minpunten:

-Working with complex data is a difficult. -Many original features or design choices were incorrect and slow to be corrected. For example, timezone support is minimal and days/dates/months use a custom numbering rather than ISO. Mongo is only now adding ISO versions of aggregation commands

Bharathi
Mobile App Developer in India
Informatietechnologie en -diensten, 2-10 werknemers
Heeft de software gebruikt voor: 6-12 maanden
Bron van de reviewer

Eerder overwogen alternatieven:

My Review For MongoDB

4,0 vorig jaar

Opmerkingen: Overall, this is good for beginners and has a small level of application. Their storing and retrieval formats are JSON; B-JSON is very helpful to understand structure. I recommend this for all beginners because it is easy to understand. Cast is also ok compared to other DBs.

Pluspunten:

First, it is a NoSQL database. so it uses a flexible JSON-type model. And it has a large and active community, which is helpful for developers seeking support. And beginners can start with MongoDB.

Minpunten:

This DB does not support uploading documents like the AWS Bucket Concept. It only stores text Text Formats. And it can consume a significant amount of memory, especially when dealing with large datasets.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Informatietechnologie en -diensten, 1.001-5.000 werknemers
Heeft de software gebruikt voor: 1+ jaar
Bron van de reviewer

A NoSQL Database using MongoDB

5,0 vorig jaar

Pluspunten:

MongoDB is a well-known choice for NoSQL Database and it can be used for free as well. Perfectly suited for a personal project or small project because we don't have to pay anything.

Minpunten:

One thing that I feel annoyed about is the IP whitelist requirement in order to access the Database. Because my IP is dynamic it will be changing the address each time, I access the Database.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Computersoftware, 10.000+ werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

MongoDB Compass is a good entrypoint to using MongoDB

4,0 2 jaar geleden

Opmerkingen: Generally positive, but if I run into issues, I just fall back to the command line.

Pluspunten:

It's a very pretty interface, and it's easy to connect to the Database instances that are available on my workstation. There are lots of wizards and buttons that make it easy to structure queries and get to the data I'm looking for. There's a lot of community docs around the tool.

Minpunten:

It's difficult to execute a console script, or import data if it came from another install. There are some things you'd expect to be able to do, that don't work they advertise them. Deep data objects often cause problems while importing them, and I usu. just get frustrated and get Robo3T and move on.I don't like how they're kind of obfuscating what's going on underneath the query. I wish there were more verbose output on what's happening during execution.

Austin
Austin
Software Analyst in Argentinië
Geverifieerde LinkedIn-gebruiker
Farmaceutica, 51-200 werknemers
Heeft de software gebruikt voor: 6-12 maanden
Bron van de reviewer

MongoDB, your non-relational buddy

5,0 vorig jaar

Opmerkingen: We're using MongoDB to store a lot of our data, excel sheets, csv files, everything that helps and is an important file to the organisation.It is managed by the IT-department though, it does not involve end-users actually using it. The API to work with it is insanely useful, allowing us to make software that connects and saves within the MongoDB environment.

Pluspunten:

I think the most impactful thing about MongoDB is the freedom you have when working with a non-relational database, performing at high speeds whenever you need it the most. It's incredibly useful and complete, making it one of the best at what it does.

Minpunten:

I think some features could be improved, like filtering accesibility or some helping-tools for non-technological users, the learning curve is too steep I feel, that you need to support and encourage those users to fill that gap.

George
George
MD in Ghana
Geverifieerde LinkedIn-gebruiker
Informatietechnologie en -diensten, 2-10 werknemers
Heeft de software gebruikt voor: 1+ jaar
Bron van de reviewer

MongoDB is definitely cool.

5,0 vorig jaar

Opmerkingen: It has been amazing and I'm glad I used MongoDB.

Pluspunten:

I fell in love with the ease of use and simplicity of software

Minpunten:

I have no negatives with MongoDB. I just feel a lot more publicity is needed where I come from

Amita
Amita
Subject Matter Expert in India
Geverifieerde LinkedIn-gebruiker
E-learning, 10.000+ werknemers
Heeft de software gebruikt voor: 1+ jaar
Bron van de reviewer

Best NoSQL Database !!!!

5,0 2 jaar geleden

Opmerkingen: Overall, I have a great experience with MongoDB.

Pluspunten:

It is a NoSQL database where we can store the data in non-tabular form. MongoDB has a very simple Graphical user Interface that's why it is very easy for me to navigate. Also, we can distribute our database across multiple servers to handle large amounts of data and high traffic loads. And MongoDB's flexible schema allows me to easily add or modify fields within documents without having to update the entire schema.

Minpunten:

If your application heavily depends on complex and critical transactions then the MongoDB database may not be a better fit.

Anuj
Anuj
Problem Setter DSA in India
Geverifieerde LinkedIn-gebruiker
Informatietechnologie en -diensten, 501-1.000 werknemers
Heeft de software gebruikt voor: 6-12 maanden
Bron van de reviewer

Best NoSql database !!!

5,0 2 jaar geleden

Opmerkingen: Overall, MongoDB is the best database and I have a great user experience.

Pluspunten:

It is a NoSql database that helps me to store the data in non-tabular form. MongoDB also provides me a MongoDB compass that is a GUI (Graphical User Interface). By using GUI, It becomes easy for me to work on the database and perform needed queries on the database. Also, the prices of services are normal.

Minpunten:

If your application requires complex, multi-document transactions with strict consistency then the MongoDB database may not be a better fit.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Computersoftware, Zelfstandig ondernemer
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

Maybe my new favourite way to store data

5,0 2 jaar geleden

Opmerkingen: Very positive, allowed me to run a website with many many thousands of data entries, and all the usual features like relations and performance management that you would come to expect from a tool like MongoDB

Pluspunten:

Object oriented data storage is quickly becoming more popular and MongoDB makes it very easy to dip your toes into, and its blazing fast.

Minpunten:

Adoption while fast, is still not there globally which means often resources on the web can be a bit scarce when compared to other database types.

Sudipta
Technical Leader in VS
Computernetwerken, 10.000+ werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

MongoDB - Database solution that every platform must have

5,0 2 jaar geleden

Opmerkingen: It is must to have DB application that any software platform should have

Pluspunten:

Easy to get integrated with Python and building up business workflow with script runner being automated.

Minpunten:

Customer support could be more improved .

Oussama
Founder & Game Designer in Marokko
Computergames, 2-10 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

A Comprehensive Review of MongoDB: Pros, Cons, and the Bottom Line

5,0 2 jaar geleden

Opmerkingen: MongoDB is an excellent choice for developers looking for a powerful, scalable, and reliable database solution. While the initial setup and learning curve can be challenging, the benefits of MongoDB's document-oriented data model and robust query language make it an ideal choice for many different types of applications.

Pluspunten:

MongoDB is highly reliable and offers unparalleled scalability. With its robust query language and powerful document-oriented data model, MongoDB is capable of handling complex data management tasks with ease. Additionally, MongoDB offers excellent support for developers, with a range of tools and services for managing databases.

Minpunten:

Although MongoDB is a powerful tool, it can be difficult to set up, and the learning curve can be steep. Additionally, MongoDB's lack of support for joins, transactions and some data types can be a challenge for more complicated applications.

Anees
Solution Architect in India
Computersoftware, 2-10 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

MongoDB is the goto datatbase for any solution

5,0 3 jaar geleden

Opmerkingen: Great, greatest

Pluspunten:

The ease of use. JSON type document helps me to scale my database model as the application is growing. Along with the powerful query language of MongoDB it's so easy to pull data from the data. MongoDB also gives free 500MB is space without giving any credit card and I found that very awesome!

Minpunten:

I would like to see the compass getting more powerful and having many more features.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Computersoftware, 201-500 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

Eerder overwogen alternatieven:

Java developer on MongoDB.

5,0 3 jaar geleden

Pluspunten:

MongoDB is for me the top database for microservices applications. It scales great and is easy to use. It has many integrations with popular programming languages. It is easy to configure it for heavy loads.

Minpunten:

It is a NoSQL database by which it can be a certain entry threshold for beginners. Correctly selecting and setting up indexes can be a problem.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Informatietechnologie en -diensten, 10.000+ werknemers
Heeft de software gebruikt voor: 6-12 maanden
Bron van de reviewer

Why mongodb is widely used database in current market situation.

4,0 3 jaar geleden

Opmerkingen: I have merged mongodb with the react js and building a fully dynamic website for a client.
And mongodb have the user authentication in builtin so it’s easier for me so no need to extra code for that part.

Pluspunten:

Mongodb is a no-sql( not only sql) database.so it is different from other traditional database.its support partitions and indexing both so the data fetching is way more faster then other traditional database. We can use both partition and indexing for storing data and also make use of partition we can fetch data in less time as compared to others database and its store data in horizontal way so no relation and no scheme needed so its gives faster performance in data analysis.

Minpunten:

Mongodb doesn’t support procedure which is now supported bat many other no sql database and mongodb have little bit complex queries to understand for a new user.

Samuel
Software in VS
Telecommunicatie, 2-10 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

MongoDB: Easy to Grow Non-relational Database

5,0 2 jaar geleden

Opmerkingen: A mix of powerful, easy-to-use features and a few tricky parts.

Pluspunten:

MongoDB is great for handling lots of changing data and growing bigger when you need it to.

Minpunten:

Sometimes, it might not save data safely, and it can have trouble handling complex data operations. Also, it uses up a lot of memory

teran
software engineer in Sri Lanka
Computersoftware, 201-500 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

My first NoSql database

5,0 2 jaar geleden

Opmerkingen: I started using mongo db in the last year of my degree and I used it as the database for the final year project also. I can highly recommend this as a highly scalable and high performing database.

Pluspunten:

I see lots of benefits in mongo db over relational databases in the market. The main thing is the rich querying capability where we can write very complex queries without degrading the performance of the application. Mongo db is somewhat new to the industry and it is updating day by day and whenever I have a doubt, there is a strong community to ask from.

Minpunten:

When I was learning mongo db, what I felt was the complexity of understanding things mainly theories.

Surjeet
software in India
Informatietechnologie en -diensten, 201-500 werknemers
Heeft de software gebruikt voor: 1-5 maanden
Bron van de reviewer

Overview of MongoDB

5,0 2 jaar geleden

Opmerkingen: Overall experience is excellent.

Pluspunten:

It is a document-based data model that allows for a flexible schema, making it easy to handle data. It is designed to be fast and efficient. It also has built-in features such as indexing, and replication to optimize performance.

Minpunten:

I have been using MongoDB for two years, I didn't find something dislikable about it.

Diosdado
Freelancer in Filipijnen
Tekstschrijvers, Zelfstandig ondernemer
Heeft de software gebruikt voor: 1-5 maanden
Bron van de reviewer

MongoDB: Is this your new database partner?

5,0 2 jaar geleden

Opmerkingen: When managing big datas especially important ones. MongoDB helped me lot on processing and visualizing large chunks of data and analyze it effectively.

Pluspunten:

Working with data whether big or small, it gets the job done due to its reliability and security.

Minpunten:

So far, all features are very helpful to me but sometimes its performance lags but minor only.

Dinesh Kumar
Head of Technology in India
Computersoftware, 11-50 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

MongoDB - NoSQL database that perfroms and provide scalability at ease.

5,0 3 jaar geleden

Opmerkingen: Excellent NoSQL database that beats the query speeds of RDBMS. In case one is having budgets to choosing a NewSQL databases would be wise choice. In all MongoDB wins on aggregation queries with even on billions of documents. One needs to spend enough time working with MongoDB queries to harness the power of aggregation thoroughly.

Pluspunten:

The speeds at which the aggregation queries are churned by the database cluster running on 8 GB virtual nodes.

Minpunten:

The enterprise versions are pricey. The license cost is dependent on cluster sizes and data ingress costs are additional if the cluster spans a data center.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Bibliotheken, 2-10 werknemers
Heeft de software gebruikt voor: 2+ jaar
Bron van de reviewer

Eerder overwogen alternatieven:

MongoDB is my choice of nosql / document database for paired use with Node.JS

5,0 3 jaar geleden

Opmerkingen: I needed a free but industry standard database for my Node.JS based library management application. MongoDB was just what I needed, I did consider MySQL but I wanted to try nosql / document orientated. It has been fantastic - it's hard to believe productions like these are free for all.

Pluspunten:

I love how MongoDB integrates with code in such a way that queries look just like any other code. I also love how the documents from MongoDB are returned natively to Node.JS as objects without any mapping at all. MongoDB is an intuitive and very performant database, I recommend trying it if you haven't.

Minpunten:

The big thing with MongoDB you have to get your head around is the whole redundant data thing - it is usually recommended that you store a lot of redundant data in your documents instead of having data normalised with relationships as you would in a relational DB. Have redundant data can make your query code really simple, but it can make your update code very complex / cumbersome. However, you can opt out of this approach and use MongoDB with relationships - I would recommend using Mongoose (an npm package) that will handle a lot of the work with relationships for you.

Geverifieerde reviewer
Geverifieerde LinkedIn-gebruiker
Computersoftware, 51-200 werknemers
Heeft de software gebruikt voor: 1+ jaar
Bron van de reviewer

MongoDB is a key component of our companies data structure

5,0 2 jaar geleden

Opmerkingen: Mongo helps us stay organized and its flexible structure allows me and my team to figure things out without the constraints of traditional rigid relational databases weighing us down. While rigid and bulletproof architectures have their place mongo helps us take ideas to market at a much quicker velocity.

Pluspunten:

Mongo is incredibly flexible and forgiving. This is especially useful when spearheading new projects as you are able to quickly work to work out ideas and then come back to the architecture to tune it up after the fact.

Minpunten:

It is often difficult to recover backups of data should a client data be accidentally lost. However, this can be mitigated with better operating procedures shouldn't the right leadership have their eyes on it.

Barış
Data Scientist in Turkije
E-learning, 11-50 werknemers
Heeft de software gebruikt voor: 1-5 maanden
Bron van de reviewer

DDL and DML with mongoDB

5,0 3 jaar geleden

Opmerkingen: This is an application where we store and manage the information coming from the front end pages made by our company. Then we extracted the data and performed ML operations.

Pluspunten:

The interface of the application is simple and user-friendly. The application is easy to use. You can perform all your operations regarding the database.

Minpunten:

There is nothing wrong with the app. It's nice to have the visualization feature added.

Alex Danilo
Alex Danilo
Software developer in Honduras
Geverifieerde LinkedIn-gebruiker
Informatietechnologie en -diensten, 10.000+ werknemers
Heeft de software gebruikt voor: 1+ jaar
Bron van de reviewer

MongoDB review, a great, secure, and flexible tool to store your data.

5,0 5 jaar geleden

Opmerkingen: Installing, set it up, and link it with some backends applications.
Customizing hooks, and triggers.
Use of CRUD requests.

Pluspunten:

MongoDB is a great and fresh database server that allows you to create and use non-relational databases, that means; you can store the data in JSON format object. Being an amazing and handy tool that will be compatible with almost every type of development. Moreover, MongoDB features cloud services, allowing you to create and use cluster and triggers, also a tool for monitoring. Furthermore, Mongo uses hooks systems that offer you the option of use CRUD requests and customize the behavior of your database and the way that your models interact.

Minpunten:

For novices or junior developers, the setup of mongo and its services will be hardy, being essential have some basic knowledge about how MongoDB and the non-relational databases work. For this scenario, MongoDB has a complete, and handy Documentation that explains every service and gives you examples about using the databases and its services.