summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2013-04-18 14:31:41 -0400
committerDwight <dwight@10gen.com>2013-04-18 14:31:41 -0400
commit756819679e8c1d664f1618aeaa8b12b980e769b6 (patch)
treeb476cd9d35f6d64c36400d4edb4bf5e4bffd1165 /README
parentd10d06711be066d30a8c54bc34f0de712a4bf261 (diff)
downloadmongo-756819679e8c1d664f1618aeaa8b12b980e769b6.tar.gz
slight clarification in README and in addition made it windows-friendly by using CRLF everywhere. (it had them 75% already so seemed logical to just carry them through)
Diffstat (limited to 'README')
-rwxr-xr-xREADME23
1 files changed, 17 insertions, 6 deletions
diff --git a/README b/README
index 1d059c6dfab..add1f74357f 100755
--- a/README
+++ b/README
@@ -2,21 +2,32 @@ MongoDB README
Welcome to MongoDB!
+
+
COMPONENTS
mongod - The database process.
mongos - Sharding controller.
mongo - The database shell (uses interactive javascript).
+
UTILITIES
- mongodump - MongoDB dump tool - for backups, snapshots, etc..
- mongorestore - MongoDB restore a dump
- mongoexport - Export a single collection to test (JSON, CSV)
- mongoimport - Import from JSON or CSV
- mongofiles - Utility for putting and getting files from MongoDB GridFS
+
+
+ mongodump - MongoDB dump tool - for backups, snapshots, etc.
+
+ mongorestore - MongoDB restore a dump
+
+ mongoexport - Export a single collection to test (JSON, CSV)
+
+ mongoimport - Import from JSON or CSV
+
+ mongofiles - Utility for putting and getting files from MongoDB GridFS
+
mongostat - Show performance statistics
+
BUILDING
See docs/building.md, also www.mongodb.org search for "Building".
@@ -57,7 +68,7 @@ MAIL LISTS AND IRC
LICENSE
- Most MongoDB source files are made available under the terms of the
+ Most MongoDB source files (src/mongo folder and below) are made available under the terms of the
GNU Affero General Public License (AGPL). See individual files for
details.