Lab 1 Tim Lin This week's blog is about comparing two open-source software packages. In this lab, I choose MongoDB and PHP . 1. MongoDB is written in C++ and is an open-source database system based on distributed file storage. MongoDB uses the GNU AGPL v3.0 license. It is done by uploading Git to replace the original code or to fix bugs. So the MongoDB repository( https://github.com/mongodb/mongo ) is also using GitHub. As it is open source. So MongoDB also welcomes community members to use its bug issue system( https://jira.mongodb.org/plugins/servlet/samlsso?redirectTo=%2F ) to fix bugs. MongoDB currently has 627 contributors. Most of these patches are made by users who raise questions through the bug feedback system. The contributors then release the initial patches, and if they have problems, they discuss better patches with each other. I have observed that their discussion history is usually resolved within a day, which is very efficient. In the absence of b...
Comments
Post a Comment