In some scenarios, MongoDB has an irreplaceable advantage over traditional relational databases and NoSQL databases.
For example, I recently needed to categorize a large collection of sites. The reality is that a site may have multiple tags at the same time, imagine Sina, it is both a portal site, is also a community site, or news, military popular sites. Traditional relational databases need to use a table to record these categories of tags, and using MongoDB will not have this problem, and filter the site by category is very convenient, I will explain in detail later.
Below, there are two MongoDB visualization tools that support the latest MongoDB 3.2 version.
Mongobooster
: Http://mongobooster.com/downloads
Mongochef
Personal free, for business need to have authorization
: http://3t.io/mongochef/download/platform/
Two MongoDB visualization tools