diff options
author | Dwight <dwight@10gen.com> | 2013-04-18 14:31:41 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2013-04-18 14:31:41 -0400 |
commit | 756819679e8c1d664f1618aeaa8b12b980e769b6 (patch) | |
tree | b476cd9d35f6d64c36400d4edb4bf5e4bffd1165 /README | |
parent | d10d06711be066d30a8c54bc34f0de712a4bf261 (diff) | |
download | mongo-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-x | README | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -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.
|