Skip to content

bindumareedu/Cloud-Computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud-Computing

KVStore: Designed and implemented a simple key-value store which is similar to Memcached lite
Map-Reduce: Designed and implemented a distributed MapReduce system.
The Map-Reduce system and KVStore have been deployed on Google Cloud.

Description: The KVStore runs on a VM in the background. The Map-Reduce system launches the mapper nodes dynamically and terminated upon completion of mapper tasks. The start-up scripts on mapper VMs contains all the tasks that needs to be carried out. Upon completion of mapper tasks, the master node launches the reducer nodes dynamically and terminates the same upon completion. Map-Reduce system talks to the KVStore to store the intermittent key-value pairs.

About

Designed, implemented distributed Map-Reduce system, Key-Value Service. Deployed the same on Google Cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors