blob: 763b2c60a1f5bfd77ecc8f8e26d6148959831b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>geodelic@gmail.com</email>
<name>Aaron Sears-Aldridge</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
MongoDB (from "humongous") is a scalable, high-performance, open source,
schema-free, document-oriented database. Written in C++, MongoDB features:
MongoDB bridges the gap between key-value stores (which are fast and highly
scalable) and traditional RDBMS systems (which provide structured schemas
and powerful queries).
</longdescription>
<use>
<flag name="mongosh">Install the MongoDB shell from <pkg>app-admin/mongosh-bin</pkg>
</flag>
<flag name="tools">Install the MongoDB tools (mongoimport, mongodump...) from <pkg>app-admin/mongo-tools</pkg>
</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:mongodb:mongodb</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|