diff options
author | Matt Kangas <matt.kangas@10gen.com> | 2013-07-17 17:04:27 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@10gen.com> | 2013-07-17 17:13:45 -0400 |
commit | 67957614060f635bb0b6dfc3340d8ff64a680156 (patch) | |
tree | 51987dd3980503e9f53850ecf6c3b5c82f7641b6 /README | |
parent | 0b1e95f481a82892f2df30c9ae0cdd1b485c9057 (diff) | |
download | mongo-67957614060f635bb0b6dfc3340d8ff64a680156.tar.gz |
Update README to actually use CRLF everywhere
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 9 insertions, 20 deletions
@@ -1,35 +1,24 @@ MongoDB README
-Welcome to MongoDB! - -
+Welcome to MongoDB!
COMPONENTS
mongod - The database process.
mongos - Sharding controller.
mongo - The database shell (uses interactive javascript).
- -
-UTILITIES - +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
- - mongostat - Show performance statistics -
+ mongostat - Show performance statistics
BUILDING
-
+
See docs/building.md, also www.mongodb.org search for "Building".
RUNNING
@@ -49,15 +38,15 @@ RUNNING DRIVERS
- Client drivers for most programming languages are available at mongodb.org. Use the + Client drivers for most programming languages are available at mongodb.org. Use the
shell ("mongo") for administrative tasks.
DOCUMENTATION
- http://www.mongodb.org/ - -MAIL LISTS AND IRC - + http://www.mongodb.org/
+
+MAIL LISTS AND IRC
+
http://dochub.mongodb.org/core/community
32 BIT BUILD NOTES
|