Meta Configuration of Package mongodb
24
1
<package name="mongodb" project="Extra">
2
<title>The MongoDB document-oriented database system (metapackage)</title>
3
<description>http://www.mongodb.org
4
5
MongoDB is a document-oriented database program. Classified as a
6
NoSQL database program, MongoDB uses JSON-like documents with
7
schemas. It has auto-sharding, built-in replication, TTL indexes,
8
text search as well as an aggregation framework and native MapReduce.
9
10
This metapackage will install the mongo shell, import/export tools,
11
other client utilities, server software, default configuration, and
12
init.d scripts.
13
</description>
14
<person userid="guoyunhe" role="maintainer"/>
15
<build>
16
<disable arch="aarch64"/>
17
<disable arch="armv7l"/>
18
<disable arch="i586"/>
19
</build>
20
<debuginfo>
21
<disable/>
22
</debuginfo>
23
</package>
24