cete icon indicating copy to clipboard operation
cete copied to clipboard

Cete is a distributed key value store server written in Go built on top of BadgerDB.

Results 16 cete issues
Sort by recently updated
recently updated
newest added

Hello, I am interested in Cete for possible use in a highly-scalable P2P system and was wandering if Cete does replication or horizontal-scaling or both?

Reference: https://pkg.go.dev/github.com/dgraph-io/badger#DB.NewWriteBatch

We are using a Helm chart in production, which deploys a healthy cete cluster. We would be happy to contribute with our code. Our environment has been tested for a...

First of all, I would like to thank you for the amazing work you did here, outstanding! This ticket is related to issues we encountered in a cloud environment, and...

During our investigation of why the size of our database was endlessly growing, even when no data was being written to cete, we figured out that there is an important...

Following the standard patterns for storage and databases written in Golang, the context should be passed per operation and not per connection. The current setup works in the following way:...

Cete looks pretty strong. I have a few thoughts on some things that can be easily add. 1. Lets Encrypt. - with the Cert itself stored in Cete, because in...

I will start soon working again on a working cete cluster on Kubernetes and was wondering if anyone here already achieved something of a sort 🤔

Just like redigo/go-redis or aerospike-client-go

Against standard Redis and Aerospike for example.