-
Notifications
You must be signed in to change notification settings - Fork 43
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
Badger backend support #22
Comments
Sure, looks cool to me |
@ondrej-smola TIL! This looks like a very nice alternative to BoltDB! Looks good to me. |
New link to project: https://github.com/dgraph-io/badger |
I'm using Badger and currently looking to migrate to a KV interface for stronger consistency with other KV used across the stack, such as Redis. Anything missing for migrating is support for Badger. Any chance to see Badger supported soon? |
Hello, Valkerie has been split into different modules: Feel free to create your own implementation for Badger (maybe based on #23). To create your repo, you can use our repo template based on the following repo template: https://github.com/kvtools/template The documentation about GitHub repo templates is here: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template If you create and test implementation for Badger, you can ask to transfer your repo to the kvtools organization by creating a new issue and become a maintainer of this module inside our organization. |
Feel free to base the new module in this work #23 it was almost if not ready to go. |
Indeed I think the work from @ondrej-smola on Badger could be carried into a new PR (keeping the authorship on the original commit to mention Ondřej would be a nice gesture though). |
Would you be open for a contribution that adds support for Badger.
The text was updated successfully, but these errors were encountered: