mongodb/README.md
2017-06-01 11:14:16 +02:00

24 lines
1.6 KiB
Markdown

# MongoDB
[**Package DB** (owner)](https://admin.fedoraproject.org/pkgdb/package/modules/mongodb/) |
[**F26 modulemd** (source)](http://pkgs.fedoraproject.org/cgit/modules/mongodb.git/tree/mongodb.yaml?h=f26) |
[**PDC** (result)](https://pdc.fedoraproject.org/rest_api/v1/unreleasedvariants/?active=True&variant_name=mongodb)
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).
## Current state
| State | Description |
|-------|-------------|
| ✓ YES | **Build passes** in the infra (all build deps are ok) |
| ✓ YES | **Installs** on the Base Runtime (all runtime deps are ok) |
| ✗ NO | **No bootstrap** - uses only proper modules |
| ✓ YES | General **tests are in dist-git** |
| ✓ YES | General **tests pass** |
| ✗ NO | Meets the **Fedora Module Packaging Guidelines** |
### Notes
See [**README**](https://github.com/container-images/mongodb) on github for more details.
See [**hub.docker**](https://hub.docker.com/r/modularitycontainers/mongodb/) for Dockerimage.