--- document: modulemd version: 2 data: name: mongodb stream: 3.6 summary: MongoDB Module description: >- 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). license: module: - MIT dependencies: - buildrequires: javapackages-tools: [201801] platform: [oc8] requires: platform: [oc8] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mongodb/ tracker: https://github.com/modularity-modules/mongodb profiles: client: rpms: - mongo-tools - mongodb default: rpms: - mongodb - mongodb-server server: rpms: - mongodb-server api: rpms: - mongo-tools - mongodb - mongodb-server filter: rpms: - jcl-over-slf4j - jctools-experimental - jctools-javadoc - jctools-parent - jul-to-slf4j - log4j-over-slf4j - mongo-tools-devel - mongodb-test - netty-javadoc - python-pymongo-doc - python3-bson - python3-cheetah - python3-pymongo - python3-pymongo-gridfs - slf4j-ext - slf4j-javadoc - slf4j-jcl - slf4j-jdk14 - slf4j-log4j12 - slf4j-manual - slf4j-sources - snappy-java-javadoc - yaml-cpp-devel - yaml-cpp-static buildopts: rpms: macros: | %_with_xmvn_javadoc 1 %_with_jp_minimal 1 %_without_tests 1 %_without_python2 1 components: rpms: jctools: rationale: Runtime dependency of netty. ref: 8a2a8c233e16932a705ea4e1ef411ec3aa94e129 mongo-java-driver: rationale: Java driver for MongoDB ref: cd743a6baa8cffda98ab067325c57bdc2927c28f buildorder: 2 mongo-tools: rationale: MongoDB tools provides import, export, and diagnostic capabilities. ref: 2e4ccaad61db1193b0141325fff1878fc88b7797 mongodb: rationale: MongoDB package. ref: 427802fb7cbc773f621b9ea23f8c2e2812ee1ab2 buildorder: 2 netty: rationale: Runtime dependency of mongo-java-driver. ref: 5ed4d2fab3dbb1c2bde5daa244f2e4e81cc1fb51 buildorder: 1 python-cheetah: rationale: MongoDB build-only dependecy. ref: 138888bcec39f2b182258bd5aa4b28fc09841850 python-pymongo: rationale: MongoDB dependecy for running testsuite. ref: 299fa318fff6daf4cb600c942360e66284329e3a slf4j: rationale: Runtime dependency of mongo-java-driver. ref: 4d9e8205d809be400cf17cad88d86e3c19c14d79 snappy-java: rationale: Optional runtime dependency of mongo-java-driver. ref: 9e31f1a5b3a013746b93e4b54f78ccfeefa2eaa6 yaml-cpp: rationale: MongoDB dependency. ref: 8ad77dfe4e0fa548c99ae50f44d5825cafb91b4f ...