Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add distributed storage backend using raft #6

Open
ragul28 opened this issue Sep 12, 2020 · 1 comment
Open

Add distributed storage backend using raft #6

ragul28 opened this issue Sep 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ragul28
Copy link
Owner

ragul28 commented Sep 12, 2020

Raft consensus protocol helps to build distributed application cluster. This makes app to run as daemon on server side.

Available major libraries are,

This feature & #5 need to be work in conjunction to achieve distributed storage layer.

@ragul28 ragul28 self-assigned this Sep 12, 2020
@ragul28 ragul28 added the enhancement New feature or request label Sep 12, 2020
@ragul28
Copy link
Owner Author

ragul28 commented Sep 14, 2020

Planning to go head with hashicorp-raft for the simplicity compared to etcd version. During the implementation other factors may favor etcd-raft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant