* - Enhance
Community - Enhance
Saw this interesting exploration video about the Banff film festival at the Midwest Mountaineering Adventure Expo site.
North Face: skiing in Kyrgystan
One of the students, Daniel Hodgin, created this Cheat sheet for the mongo command line.
Suggestion from in the forum: Create a MONGODB_HOME environment variable and place it in the CLASSPATH and PATH: %MONGODB_HOME%/bin.
Notes:
mongod-start.bat "D:\dev\mongodb-win32-i386-2.4.6\bin\mongod" --dbpath "D:\dev\mongodb-win32-i386-2.4.6\data\db" pause mongod-repair.bat "D:\dev\mongodb-win32-i386-2.4.6\bin\mongod" --dbpath "D:\dev\mongodb-win32-i386-2.4.6\data\db" --repair pause
db.createCollection("hello") db.getCollection("hello").insert({name:"MongoDB"})