Skip to content

zhangang15/Distributed_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed_System

###Python, Big data, ZooKeeper, MapReduce, Dynamo


  1. In project 1, these are the Bully Algorithm and the Invitation Algorithm implemented by Python, which using ZeroRPC to comunicate with other servers.

  2. In project 2, I Use Kazoo and ZooKeeper, implement leader election, which follow the technique described in the Leader Election section of http://zookeeper.apache.org/doc/trunk/recipes.html. I implement a reliable key-value store based on ZooKeeper. This storage system has at least 3 storage servers with all the data replicated on all servers. Reads and writes all go through a elected storage leader.In this project, clients only need to know about the ZooKeeper server addresses. A put operation does succeed unless the value is stored at all of the live storage nodes. A StoreException IS raised if the put operation fails or times out.

  3. In project 3, I Modify Pynamo to support real networking (perhaps with ZeroRPC) and real persistence. The original pynamo code is obtained from https://github.com/daviddrysdale/pynamo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages