We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Redis is used as a central registry server which is an unneeded dependency.
Using Raft consensus with BadgerDB as a storage mechanism, we can maintain replicated states across all nodes.
Hence, we eliminate Redis as a dependency making the deployment of gasper much more simpler.
The text was updated successfully, but these errors were encountered:
Implementation of raft + badgerDB consensus https://yusufs.medium.com/creating-distributed-kv-database-by-implementing-raft-consensus-using-golang-d0884eef2e28
Sorry, something went wrong.
Raft -> https://raft.github.io/ BadgerDB -> https://github.com/dgraph-io/badger
AllMight2099
No branches or pull requests
Redis is used as a central registry server which is an unneeded dependency.
Using Raft consensus with BadgerDB as a storage mechanism, we can maintain replicated states across all nodes.
Hence, we eliminate Redis as a dependency making the deployment of gasper much more simpler.
The text was updated successfully, but these errors were encountered: