https://github.com/spacejam/quark
distributed liveness telemetry
https://github.com/spacejam/quark
Last synced: about 2 months ago
JSON representation
distributed liveness telemetry
- Host: GitHub
- URL: https://github.com/spacejam/quark
- Owner: spacejam
- Created: 2015-03-18T04:00:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T22:18:10.000Z (about 11 years ago)
- Last Synced: 2025-02-11T07:22:27.540Z (over 1 year ago)
- Language: Erlang
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quark
Experiments in high-fanout consensus in dynamic networks.
### themes
* [SWIM](https://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf) for rapid convergence
* [RAFT](http://ramcloud.stanford.edu/raft.pdf) for linearizing writes propagated via SWIM
* [TORA](https://parasol.tamu.edu/~tradeva/paper.pdf) facilitates dynamic RAFT participation
* new members may bootstrap from any subset of connected hosts