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

Replace redis with raft + badgerDB #240

Open
alphadose opened this issue May 16, 2022 · 2 comments
Open

Replace redis with raft + badgerDB #240

alphadose opened this issue May 16, 2022 · 2 comments
Assignees

Comments

@alphadose
Copy link
Member

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.

@alphadose
Copy link
Member Author

@alphadose
Copy link
Member Author

@AllMight2099 AllMight2099 self-assigned this Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants