System Design | Implementation Rule Book | CheatSheet

By Prithvi Atal, Engineer, Driving High-Performance Solutions

Showing posts with label MongoDB. Show all posts
Showing posts with label MongoDB. Show all posts
Monday, May 14, 2012

MongoDB dump Export and restore

›
Export: #  mongodb/bin location                     mongodump -o dumpFolder    Import: mongorestore dumpFolder dbpath   /mongod...
2 comments:
Sunday, May 13, 2012

MongoDB Walkthrough

›
Hisory of Mongo DB : Name from "humongous"  is an open source document-oriented NoSQL database system. Stores structured data...
Wednesday, May 9, 2012

Mongodb querying commnad line

›
>show dbs admin local test >use test >show collections users things >db.things.find()   sudo mongod --dbpath=/../
Thursday, March 15, 2012

Spring data MongoDB CRUD operations

›
The existing documents available at the MongoDB documentation page does not provide a clear cut information about the CRUD operations. ...
›
Home
View web version

About Me

Prithvi Atal
View my complete profile
Powered by Blogger.