valkeyrie icon indicating copy to clipboard operation
valkeyrie copied to clipboard

Badger backend support

Open ondrej-smola opened this issue 6 years ago • 7 comments

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

ondrej-smola avatar Jan 30 '19 12:01 ondrej-smola

Sure, looks cool to me

vcastellm avatar Jan 30 '19 20:01 vcastellm

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

abronan avatar Jan 30 '19 23:01 abronan

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

patcon avatar Apr 25 '22 00:04 patcon

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?

mytototo avatar Oct 02 '22 18:10 mytototo

Hello,

Valkerie has been split into different modules:

Feel free to create your own implementation for Badger (maybe based on https://github.com/kvtools/valkeyrie/pull/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.

ldez avatar Oct 02 '22 20:10 ldez

Feel free to base the new module in this work https://github.com/kvtools/valkeyrie/pull/23 it was almost if not ready to go.

vcastellm avatar Oct 03 '22 10:10 vcastellm

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

abronan avatar Oct 03 '22 10:10 abronan