diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-02-11 06:39:00 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-02-11 06:39:00 -0500 |
commit | be9ed914f65a1adbae8f21a56a8934b43497a54b (patch) | |
tree | a8abd0049baacd2cb86e24f8a270c70559412f93 /distsrc/README | |
parent | 4ffe0fe3ad601a4a14fa2e0aa600c3f0cf356c3e (diff) | |
download | mongo-be9ed914f65a1adbae8f21a56a8934b43497a54b.tar.gz |
resources for distribution
Diffstat (limited to 'distsrc/README')
-rw-r--r-- | distsrc/README | 35 |
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 + |