Installing Mongo 3.4 on CentOS 7 and a look at benchmarking it using YSCB (Yahoo! Cloud System Benchmark)
I'm trying to teach myself more Mongo, so here's my quick notes on how I installed it, configured it and run a benchmark using YSCB (Yahoo! Cloud System Benchmark).
Installing Mongo:
1. Add the Mongo repository file /etc/yum.repos.d/mongodb-org-3.4.repo:
[mongodb-org-3.4]
name=MongoDB Repository
baseurl …