sudo apt-get install mongodb-clients
mongo localhost:20710
show databases ;
show collections ;
use arboretum
db.getUser("xyz");
db.getUsers() ;
db.arboretum.find( { seasonal: true}, { fruit: 1, seed: 1, flower: 1, _id:0});
https://severalnines.com/blog/performance-cheat-sheet-mongodb https://gist.github.com/raineorshine/4649304 https://gist.github.com/aponxi/4380516