Skip to content

Solution to the programming assignment of the course "Cloud Computing Concepts - Part 2".

Notifications You must be signed in to change notification settings

sgera/cloud-computing-2-key-value-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read the specification document thoroughly.

Create a high level design covering all scenarios / test cases before you start coding. 

How do I run only the CRUD tests ? 

$ make clean
$ make
$ ./Application ./testcases/create.conf
or 
$ ./Application ./testcases/delete.conf
or
$ ./Application ./testcases/read.conf
or
$ ./Application ./testcases/update.conf

How do I test if my code passes all the test cases ? 
Run the grader. Check the run procedure in KVStoreGrader.sh

About

Solution to the programming assignment of the course "Cloud Computing Concepts - Part 2".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published