Skip to content

AdityaPawade/nexus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexus

Nexus replicates arbitrary blobs of data across wide area networks (WANs) using the Raft consensus algorithm by etcd/raft onto pluggable storage backends.

It is intended to be used as a library for implementing synchronous replication of data onto any given storage backend. Checkout the examples directory for how this can be achieved with few data stores.

Features

  • Synchronous replication of user-defined datasets
  • Support for addition & removal of replicas at runtime
  • Periodic data consistency checks across replicas [TODO]

Dependencies

[Coming Soon]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 87.5%
  • Makefile 9.3%
  • Dockerfile 3.2%