summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README29
1 files changed, 9 insertions, 20 deletions
diff --git a/README b/README
index add1f74357f..bf23e8154af 100644
--- a/README
+++ b/README
@@ -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