Skip to content

abailly/raptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raptr

raptr (n.m.): old norse for raft

Raptr is a burgeonning implementation of a Raft cluster, based on Kontiki, that aims at providing an out-of-the-box library for building linearizable distributed data storage systems communicating over plain HTTP(S), in Haskell.

Build Status

Usage

TBD

Requirements

  • Raptr should be easily embeddable within a host system and impose minimal requirements in terms of infrastructure and dependency, hence the use of plain HTTP as transport protocol and opaque ByteStrings as "commands" to be linearized by the system,
  • Raptr should be safe and correct, e.g. live up to the promises of linearizability and resilience of underlying protocol:
    • Linearizable means that concurrent writes appear to take effect instantaneously at some point between start and end of write request by a client,
    • Resilient means committed data must survive irrecoverable crash of a minority of servers in a cluster,

Contributing

Pull requests are welcomed.

About

Raft distributed consensus over HTTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published