grilla99 / YCSB-A

A distributed adaptation of the YCSB client, investigating failover characteristics in NoSQL databases. Tests run on an AWS VPC using EC2 instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YCSB-A

Provisioning a client/slave/worker machine: {{ Ubuntu 20.04 }}

Install Java: sudo apt install openjdk-8-jre-headless

Verify installation using:

java -version

Install Maven:

sudo apt install maven

Verify installation using

mvn --version

Install Python (2.7):

sudo apt install python

Verify installation using:

python --version

Install MongoDB:

sudo apt-get install mongodb

About

A distributed adaptation of the YCSB client, investigating failover characteristics in NoSQL databases. Tests run on an AWS VPC using EC2 instances.


Languages

Language:Python 68.3%Language:Shell 18.2%Language:Batchfile 10.9%Language:Lua 2.6%