mongod for server
mongo for interactive terminal
use whatevername_db - switch db to that db
Methods
db.createUser
db.createCollections - like a table, accessible by db.collectionname blabla
db.remove({}) - delete all
Work with scrapy
install pymongo