The mongodb modules
  • Shell 65.7%
  • Python 22.1%
  • Roff 6.5%
  • Dockerfile 4.9%
  • Makefile 0.8%
Find a file
Marek Skalický 75a06c7a64 Fixed building from F27 sources - python-pymongo buildrequires
dependency

Removed asio - mongodb uses bundled one

Update buildorders to allow parallel building
2017-09-27 14:17:24 +02:00
files/usr Adding yaml and README from master to f26 2017-05-12 17:00:32 +02:00
root syncing with github so Dockerfile and test added 2017-05-31 15:55:09 +02:00
tests don't reference Taiga anymore 2017-08-01 12:05:18 +02:00
.gitignore Initial setup of the repo 2017-03-28 15:06:46 +00:00
Dockerfile Changing Dockerfile 2017-06-06 15:38:46 +02:00
help.md Adding yaml and README from master to f26 2017-05-12 17:00:32 +02:00
Makefile Adding yaml and README from master to f26 2017-05-12 17:00:32 +02:00
mongodb.yaml Fixed building from F27 sources - python-pymongo buildrequires 2017-09-27 14:17:24 +02:00
README.md Update README.md 2017-06-01 11:14:16 +02:00
sources Initial setup of the repo 2017-03-28 15:06:46 +00: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.

See hub.docker for Dockerimage.