blob: 745608dbc1e79f74d23cbd2e6aa28cecb9f57a87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
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
|