summaryrefslogtreecommitdiff
path: root/distsrc/README
diff options
context:
space:
mode:
Diffstat (limited to 'distsrc/README')
-rw-r--r--distsrc/README35
1 files changed, 35 insertions, 0 deletions
diff --git a/distsrc/README b/distsrc/README
new file mode 100644
index 00000000000..03ba95a0867
--- /dev/null
+++ b/distsrc/README
@@ -0,0 +1,35 @@
+
+MongoDB
+=======
+
+Welcome to MongoDB!
+
+Package Contents
+----------------
+
+ bin/mongod - MongoDB server
+ bin/mongo - MongoDB client
+
+ bin/mongodump - MongoDB dump tool - for backups, snapshots, etc..
+ bin/mongorestore - MongoDB restore a dump
+ bin/mongoexport - Export a single collection to test (json,csv)
+ bin/mongoimportjson - Import a json file into a collection
+
+ bin/mongofiles - Utility for putting and getting files from MongoDB gridfs
+
+
+Useful Resources
+----------------
+
+ MongoDB Website
+
+ * http://www.mongodb.org/
+
+Documentation
+
+ * http://www.mongodb.org/display/DOCS/Documentation
+
+ MongoDB Maillists & IRC
+
+ * http://www.mongodb.org/display/DOCS/Community+Info
+