mosuka / cete

Cete is a distributed key value store server written in Go built on top of BadgerDB.
Apache License 2.0
234 stars 28 forks source link

Feature Request: Query Language Support #3

Open adewaleafolabi opened 4 years ago

adewaleafolabi commented 4 years ago

Cete really works well as KV, however, I'd like to be able to do basic queries also. BadgerHold provides querying a Badger database. Could this be integrated into Cete thank you

BadgerHold Queries

joeblew99 commented 4 years ago

Genji is able to do this. You can write standard SQL and it runs against badger It uses badger. But also boltdb if you want. But it has no replication. :(

I think that genji and cete project should team up. Or cete should start using the genji lib. Genji is designed as an embedded dB and so it's possible