summaryrefslogtreecommitdiffstats
path: root/database/mongodb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/mongodb/DETAILS')
-rwxr-xr-xdatabase/mongodb/DETAILS31
1 files changed, 31 insertions, 0 deletions
diff --git a/database/mongodb/DETAILS b/database/mongodb/DETAILS
new file mode 100755
index 0000000000..05b5973b0c
--- /dev/null
+++ b/database/mongodb/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=mongodb
+ VERSION=1.8.0
+ SOURCE=$SPELL-src-r$VERSION.tar.gz
+ SOURCE_URL[0]=http://downloads.mongodb.org/src/$SOURCE
+ SOURCE_HASH=sha512:a66b2c6889254ecc08561cd69afc6da1dfc940bc42319bd938213d781674298404cc9dedafdbb04293d086817b52d1455813ee6468f1f9e2140ba610bf9c74d0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-src-r$VERSION"
+ LICENSE[0]=AGPL
+ LICENSE[1]=APACHE
+ 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