mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 23:48:20 +00:00
Closes: https://bugs.gentoo.org/843329 Closes: https://bugs.gentoo.org/908987 Closes: https://bugs.gentoo.org/932278 Closes: https://bugs.gentoo.org/938962 Bug: https://bugs.gentoo.org/944308 Signed-off-by: Robert Förster <Dessa@gmake.de> Signed-off-by: Sam James <sam@gentoo.org>
24 lines
990 B
XML
24 lines
990 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ultrabug@gentoo.org</email>
|
|
<name>Alexys Jacob</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>
|
|
<remote-id type="github">mongodb/mongo</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|