This blog post explains how can we load data from json files and perform simple queries on it. If you wish to install and configure the mongodb, please refer previous post abut the same.
Building database
You can go to mongo shell
by clicking on "mongo" or running "./mongo" in bin folder. You can use
following simple command to get list of all databases,
> show dbs
admin 0.03125GB
local(empty)