Kyle Nunery
  • Home
Sign in Subscribe

mongodb

A collection of 2 posts
mongodb

MongoDB Utilities

MongoDB comes with several very useful utilities for managing data. You can restore data from a MongoDB dump with the following command: mongorestore dump You can import data from a csv file with the following command: mongoimport --type csv --headerline weather_data.csv -d weather -c data
Mar 17, 2014
mongodb

Installing MongoDB on Mac OS X

Here is a quick guide for installing MongoDb for developers. Download file curl http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.7.tgz > mongodb.tgz Extract file tar -zxvf mongodb.tgz Move files to usr/local folder mv mongodb-osx-x86_64-2.4.7/ /usr/local Open your .bashrc file cd open
Mar 17, 2014
Page 1 of 1
Kyle Nunery © 2023
Powered by Ghost