          MODULE=mongodb
         VERSION=7.0.12
          SOURCE=$MODULE-r$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/mongodb/mongo/archive/refs/tags/r$VERSION.tar.gz
      SOURCE_VFY=sha256:267a396bd8ab6a114c932e9cb2c65565d3556852473015c88ffddda3693b25c3
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mongo-r$VERSION
        WEB_SITE=http://www.mongodb.org/
         ENTERED=20101205
         UPDATED=20240723
           SHORT="A scalable, high-performance, key-values, document-oriented database"

cat << EOF
MongoDB bridges the gap between key-value stores (which are fast and
highly scalable) and traditional RDBMS systems (which provide rich
queries and deep functionality).
MongoDB (from "humongous") is a scalable, high-performance, open
source, document-oriented database. Written in C++, MongoDB features:
- Document-oriented storage
- Full Index Support
- Replication & High Availability
- Auto-Sharding
- Querying
- Fast In-Place Updates
- Map/Reduce
- GridFS
- Commercial Support
EOF
