Related Topics
Install Mtools in Ubuntu for MongoDB log analysis
According to mtools official github repo, its says that “mtools is a collection of helper scripts to parse, filter, and visualize MongoDB log files (mongod, mongos). mtools also includes mlaunch, a utility to quickly set up complex MongoDB test environments Continue readingInstall Mtools in Ubuntu for MongoDB log analysis→
Run Shell script in Windows 10
Yes we can use Woindows 10 for execution of bash script. You need to change following things to make it enabled. Go to windows10 settings > Update & Security 1) Got to For Developers and choose Developer Mode2) In search Continue readingRun Shell script in Windows 10→
MongoDB performance tuning
I have faced many projects which are facing performance issue with MongoDB and I do call for tuning up the performance. What I do apparently in a quick succession, that I listed below the steps. Hardware Resource Firstly, quantify already Continue readingMongoDB performance tuning→
MongoDB export (mongoexport) using aggregation
When we are thinking for exporting data in csv, tsv or json format from MongoDB then probably one tool we are using that is mongoexport. This is pretty straight forward and setting up all parameters will get back your desired Continue readingMongoDB export (mongoexport) using aggregation→
MongoDB installation and upgradation in Ubuntu
Installation of MongoDB is not my goal, while installation mongodb on ubuntu we need to remember that, It should be easily upgraded to its latest version. In this article, 1. How do you easily install mongodb in your ubuntu and Continue readingMongoDB installation and upgradation in Ubuntu→
Suggestions