junodb icon indicating copy to clipboard operation
junodb copied to clipboard

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.

Results 44 junodb issues
Sort by recently updated
recently updated
newest added

Is it possible to create a docker image of junodb from the junodb team and push it to docker hub

enhancement

` => CANCELED [internal] load build context 0.0s => => transferring context: 0.0s => CACHED [juno-build 1/1] FROM ghcr.io/paypal/junodb/juno-build:latest 0.0s => CACHED [juno-runtime-base 2/3] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get...

What [consistency level](https://jepsen.io/consistency) do you implement? For linearizable read and writes based on a quorum logic, reads must do write repair and writes must do pre-read. Your architecture docs are...

question

Hi, I'm a first-time contributor. I was going through the test files and found this in https://github.com/paypal/junodb/blob/dev/test/fakess/requesthandler.go Line 34-38 have unused commented code. I wish to do 3 things -...

duplicate

**Description** Lines 34 to 38 had unused commented code in https://github.com/paypal/junodb/blob/dev/test/fakess/requesthandler.go this PR fixes issue [#131] **the motivation for the change** contributing and getting a PR merged. This woud motivate...

It would be better if we enable multi store persistent backend like aws s3, gcs, or minio to sync the data from on prem servers to enable better multi tenancy

enhancement
question