Home > Repository > base > mongodb

mongodb: A cross-platform, high-performance, schema-free document-oriented database

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.
Nome:mongodb
Versione: 4.2.4-1mamba
Gruppo:Applications/Databases
Manutentore:davide
Licenza:Affero GNU Public License, Apache License 2.0
Dimensione:47.31 MB
URL di origine:https://www.mongodb.org/
Data di compilazione:2020-03-18 23:26:55
Pacchetti binari e dipendenze
x86_64
RPM creatimongodb
mongodb-debug
mongodb-server
Dipendenze di compilazionegcc-c++ [1]
gcc-go [1]
glibc-devel [1]
ldconfig [1]
libboost-devel [1]
libcurl-devel [1]
libgcc [1]
libgperftools-devel [1]
libopenssl-devel [1]
libsasl2-devel [1]
libsnappy-devel [1]
libstdc++6-devel [1]
libstemmer-devel [1]
libyaml-cpp-devel[>=0:0.6.2] [1]
libz-devel [1]
python-Cheetah3-py3 (non risolto)
python-psutil-py3 [1]
scons [1]
valgrind-devel [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2020-03-18silvan4.2.4-1mamba- update to 4.2.4
2019-07-04silvan4.0.10-1mamba- update to 4.0.10
2019-07-04silvan3.2.22-1mamba- update to 3.2.22
- rebuilt with libyaml-cpp 0.6.2
2016-10-31autodist3.2.10-1mamba- automatic version update by autodist
2016-08-20autodist3.2.9-1mamba- automatic version update by autodist
2016-07-28autodist3.2.8-1mamba- automatic version update by autodist
2016-07-25autodist3.2.7-1mamba- automatic version update by autodist
2016-05-02autodist3.2.6-1mamba- automatic version update by autodist
2016-04-30autodist3.2.5-1mamba- automatic version update by autodist
2016-02-27davide3.2.3-2mamba- update the installation scripts and systemd configuration files