A cross-platform, high-performance, schema-free document-oriented database https://www.mongodb.org/
Go to file
2024-01-06 07:13:10 +01:00
mongod.conf update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongod.service update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongod.sysconf update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongodb-tmpfiles.d update to 4.0.10 [release 4.0.10-1mamba;Thu Jul 04 2019] 2024-01-06 07:13:10 +01:00
mongodb.logrotate update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongodb.spec update to 4.0.10 [release 4.0.10-1mamba;Thu Jul 04 2019] 2024-01-06 07:13:10 +01:00
mongos.conf update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongos.service update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
mongos.sysconf update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00
README.md update the installation scripts and systemd configuration files [release 3.2.3-2mamba;Sat Feb 27 2016] 2024-01-06 07:13:09 +01:00

mongodb

MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. MongoDB obviates the need for an Object Relational Mapping (ORM) to facilitate development. MongoDB stores documents in collections. Collections are analogous to tables in relational databases. Unlike a table, however, a collection does not require its documents to have the same schema. In MongoDB, documents stored in a collection must have a unique _id field that acts as a primary key.