Skip to content

A distributed adaptation of the YCSB client, investigating failover characteristics in NoSQL databases. Tests run using EC2 instances against MongoDB+Cassandra.

Notifications You must be signed in to change notification settings

grilla99/YCSB-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 using EC2 instances against MongoDB+Cassandra.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published