adding mongodb.yaml first version
This commit is contained in:
parent
c1f2efc2f5
commit
35e45e4945
1 changed files with 38 additions and 0 deletions
38
mongodb.yaml
Normal file
38
mongodb.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
data:
|
||||
api:
|
||||
rpms:
|
||||
- mongodb
|
||||
components:
|
||||
rpms:
|
||||
PyYAML: {rationale: Build dependency.}
|
||||
asio: {rationale: Build dependency.}
|
||||
boost: {rationale: Build and runtime dependency.}
|
||||
gcc: {rationale: Build dependency.}
|
||||
gperftools: {rationale: Build dependency.}
|
||||
icu: {rationale: Build dependency.}
|
||||
libstemmer: {rationale: Build dependency.}
|
||||
python-pymongo: {rationale: Build dependency.}
|
||||
scons: {rationale: Build dependency.}
|
||||
snappy: {rationale: Build dependency.}
|
||||
valgrind: {rationale: Build dependency.}
|
||||
yaml-cpp: {rationale: Build and runtime dependency.}
|
||||
yaml-cpp03: {rationale: Build dependency.}
|
||||
description: "Mongo (from \"humongous\") is a high-performance, open source, schema-free\n\
|
||||
document-oriented database. MongoDB is written in C++ and offers the following\n\
|
||||
features:\n * Collection oriented storage: easy storage of object/JSON-style\
|
||||
\ data\n * Dynamic queries\n * Full index support, including on inner objects\
|
||||
\ and embedded arrays\n * Query profiling\n * Replication and fail-over\
|
||||
\ support\n * Efficient storage of binary data including large objects (e.g.\
|
||||
\ photos\n and videos)\n * Auto-sharding for cloud-level scalability (currently\
|
||||
\ in early alpha)\n * Commercial Support Available\n\nA key goal of MongoDB\
|
||||
\ is to bridge the gap between key/value stores (which are\nfast and highly scalable)\
|
||||
\ and traditional RDBMS systems (which are deep in\nfunctionality)."
|
||||
filter: {}
|
||||
license:
|
||||
module: [AGPLv3 and zlib and ASL 2.0]
|
||||
name: ''
|
||||
stream: ''
|
||||
summary: High-performance, schema-free document-oriented database
|
||||
version: 0
|
||||
document: modulemd
|
||||
version: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue