Any plans to build Distributed Badger DB

Question for badger (and @ibrahim, maybe):

Any plan to have a distributed service hosting badger db, I’m more interested in distributed key-value store (instead of graph db).

Does it make sense to down-port distributed features from Dgraph to badger?

1 Like

@yangzh we do not have plans on building a distributed key-value store for now. We’re focussed on building a distributed GraphQL database.

Distributed badger can be a nice project in which you integrate raft with Badger DB.
However, there is an open source distributed version of badger DB GitHub - mosuka/cete: Cete is a distributed key value store server written in Go built on top of BadgerDB. written in Go.