http://mongodb.org
May want to place binaries in path
mkdir -p /data/db
mongod --dbpath /data/db
mongo
show dbs
use mynewdatabase
db.mynewcollection.insert({ "hello" : "world" })
db.mynewcollection.find()
db.mynewcollection.help()
db.mynewcollection.stats()
Object.bsonsize({name:"jason"})
db.help()
show dbs