An open API service indexing awesome lists of open source software.

https://github.com/spacejam/quark

distributed liveness telemetry
https://github.com/spacejam/quark

Last synced: about 2 months ago
JSON representation

distributed liveness telemetry

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