hereshem / mongoPi

Installing mongodb in Raspberry Pi
5 stars 0 forks source link

MongoDB installation steps for Raspberry Pi

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 mongostat - Show performance statistics

Reference : http://c-mobberley.com/wordpress/2013/10/14/raspberry-pi-mongodb-installation-the-working-guide/