Logoj0ke.net Open Build Service > Projects > server:database:mongodb:2.4 > mongodb
Sign Up | Log In

High-performance, schema-free document-oriented database

Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features:

    * Collection oriented storage: easy storage of object/JSON-style data
    * Dynamic queries
    * Full index support, including on inner objects and embedded arrays
    * Query profiling
    * Replication and fail-over support
    * Efficient storage of binary data including large objects (e.g. photos
    and videos)
    * Auto-sharding for cloud-level scalability (currently in early alpha)
    * Commercial Support Available

A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).

Source Files

Filename Size Changed Actions
constraints 104 Bytes about 10 years ago Download File
mongodb-2.4.3-mongodb_scons-full-flag.patch 520 Bytes over 10 years ago Download File
mongodb-no-werror.patch 1.11 KB over 10 years ago Download File
mongodb-src-r2.4.3.tar.gz 13.5 MB over 10 years ago
mongodb-src-r2.4.8.tar.gz 13.5 MB over 10 years ago
mongodb-ssl-FIPS_mode_set.patch 804 Bytes over 10 years ago Download File
mongodb.changes 13.2 KB over 10 years ago Download File
mongodb.conf 2.37 KB over 10 years ago Download File
mongodb.init 6.64 KB over 10 years ago Download File
mongodb.logrotate 150 Bytes over 10 years ago Download File
mongodb.spec 5.91 KB over 10 years ago Download File
void_return.patch 586 Bytes over 10 years ago Download File

Revision 6 (latest revision is 7)

hostmaster hostmaster committed about 10 years ago (revision 6)
test rename of contraints file

Comments for server:database:mongodb:2.4 (0)