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

Badger backend support #22

Open
ondrej-smola opened this issue Jan 30, 2019 · 7 comments
Open

Badger backend support #22

ondrej-smola opened this issue Jan 30, 2019 · 7 comments

Comments

@ondrej-smola
Copy link

ondrej-smola commented Jan 30, 2019

Would you be open for a contribution that adds support for Badger.

@vcastellm
Copy link

Sure, looks cool to me

@abronan
Copy link
Member

abronan commented Jan 30, 2019

@ondrej-smola TIL! This looks like a very nice alternative to BoltDB! Looks good to me.

@patcon
Copy link

patcon commented Apr 25, 2022

New link to project: https://github.com/dgraph-io/badger

@mytototo
Copy link

mytototo commented Oct 2, 2022

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?

@ldez
Copy link
Member

ldez commented Oct 2, 2022

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.

@vcastellm
Copy link

Feel free to base the new module in this work #23 it was almost if not ready to go.

@abronan
Copy link
Member

abronan commented Oct 3, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants