Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitchhicker/implement-raft-on-jade
https://github.com/hitchhicker/implement-raft-on-jade
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hitchhicker/implement-raft-on-jade
- Owner: hitchhicker
- Created: 2016-06-11T15:31:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T22:50:53.000Z (over 5 years ago)
- Last Synced: 2024-10-20T07:47:22.144Z (19 days ago)
- Language: Java
- Size: 618 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implement-raft-on-Jade
It's a project under the course Multiple-Agent System(IA04). In this project, I implemented the Raft(a consensus algorithme [see Raft homepage](https://raft.github.io)) on a multiple-agent JAVA plateform. The aim is to simulate a distributed key-value based system.
## Agent architecture :
![alt tag](./images/arch_agent2.png)
## UML diagram :
![alt tag](./images/uml.jpg)
Some results are below :
## election process
![alt tag](./images/election.png)
## shownode
![alt tag](./images/shownode.png)
## command "put"
![alt tag](./images/puta.png)
## showlog
![alt tag](./images/showlog.png)