summaryrefslogtreecommitdiff
path: root/distsrc/README
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-11 06:39:00 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-11 06:39:00 -0500
commitbe9ed914f65a1adbae8f21a56a8934b43497a54b (patch)
treea8abd0049baacd2cb86e24f8a270c70559412f93 /distsrc/README
parent4ffe0fe3ad601a4a14fa2e0aa600c3f0cf356c3e (diff)
downloadmongo-be9ed914f65a1adbae8f21a56a8934b43497a54b.tar.gz
resources for distribution
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
+