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 replication #14

Open
linkdd opened this issue Aug 21, 2024 · 0 comments
Open

✨ Add replication #14

linkdd opened this issue Aug 21, 2024 · 0 comments
Labels
triage Waiting for a contributor
Milestone

Comments

@linkdd
Copy link
Contributor

linkdd commented Aug 21, 2024

Scope

storage

Desired Behavior

At the moment, the solution is single-node only. We need to implement at least replication to avoid Single Point Of Failures in the infrastructure.

This can be achieved using the Raft protocol, which would replicate a history of commands to perform on the database (which would translate to BadgerDB transactions) to every node in the cluster.

See: https://github.com/hashicorp/raft

@linkdd linkdd added the triage Waiting for a contributor label Aug 21, 2024
@linkdd linkdd added this to the 1.0.0 milestone Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Waiting for a contributor
Development

No branches or pull requests

1 participant