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).
- Links to server:database / mongodb
- Has a link diff
- Download package
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000167 167 Bytes | about 4 years |
_link | 0000000123 123 Bytes | over 3 years |
mongodb-src-r3.4.3.tar.gz | 0039832718 38 MB | almost 4 years |
mongodb.changes | 0000025361 24.8 KB | over 3 years |
mongodb.conf | 0000000787 787 Bytes | over 5 years |
mongodb.init | 0000007066 6.9 KB | over 5 years |
mongodb.logrotate | 0000000176 176 Bytes | almost 7 years |
mongodb.service | 0000000694 694 Bytes | over 5 years |
mongodb.spec | 0000009908 9.68 KB | over 3 years |
Comments for mongodb 0