docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

Valkeyrie: a maintained fork created by the original author of libkv #222

Open ldez opened 2 years ago

ldez commented 2 years ago

The original author of the library (@abronan) has created a hard fork called valkeyrie.

https://github.com/kvtools/valkeyrie

valkeyrie has now its dedicated GitHub Organization, feel free to come and contribute to this repository.

ldez commented 1 year ago

Hello,

We changed the core system of Valkeyrie to be based on modules, so now the stores have dedicated repositories.

Each module is dedicated to one store (redis, consul, etcd, ...) and each repository has tests and CI. All the stores have support for context.Context. The configuration is now by store type.

It's easier to create your own store implementation by using our repository template And if you want you can open a new issue to ask for the transfer of your repository to the kvtools organization.