           SPELL=mongodb
         VERSION=3.0.2
  SECURITY_PATCH=1
          SOURCE=$SPELL-src-r$VERSION.tar.gz
   SOURCE_URL[0]=http://fastdl.mongodb.org/src/$SOURCE
   SOURCE_URL[1]=http://downloads.mongodb.org/src/$SOURCE
     SOURCE_HASH=sha512:ec14529f39459835644dd681a98133c276bb96c676ce3ad91c20dff1ce96aeda3e14f08c05019a72a6f8eaadfed7e176944b42187a273b3e82001946126931d7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-src-r$VERSION"
      LICENSE[0]=AGPL
      LICENSE[1]=APACHE
           TMPFS=off
        WEB_SITE=http://www.mongodb.org/
         ENTERED=20101207
        KEYWORDS="nosql database"
           SHORT="high-performance, schema-free 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: JSON-style documents with dynamic schemas offer
  simplicity and power.
* Full Index Support: index on any attribute, just like you're used to.
* Replication & High Availability: mirror across LANs and WANs for scale and
  peace of mind.
* Auto-Sharding: scale horizontally without compromising functionality.
* Querying: rich, document-based queries.
* Fast In-Place Updates: atomic modifiers for contention-free performance.
* Map/Reduce: flexible aggregation and data processing.
* GridFS: store files of any size without complicating your stack.
EOF
