The mongodb modules
  • Shell 65.7%
  • Python 22.1%
  • Roff 6.5%
  • Dockerfile 4.9%
  • Makefile 0.8%
Find a file
2017-06-01 10:53:16 +02:00
README.md Update README.md 2017-06-01 10:53:16 +02:00

MongoDB

Package DB (owner) | F26 modulemd (source) | PDC (result)

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 on github for more details.