mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
42 lines
1006 B
Plaintext
42 lines
1006 B
Plaintext
|
|
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+Info
|
|
|
|
Platform Notes
|
|
--------------
|
|
|
|
Linux 64-bit
|
|
* mongo (the shell) is a 32-bit binary even on 64-bit linux. This is because of of v8 - which only works 32bit
|
|
to run you'll need to make sure you have 32 bits stdc++ some common names: lib32stdc++6, libstdc++.i386
|