JunoDB is a distributed key-value store developed at PayPal.
JunoDB started as a single-threaded C++ program but has since been rewritten in Golang. It was open-sourced in 2023.
Key/Value
Tuple-at-a-Time Model
Custom API
Shared-Nothing
https://github.com/paypal/junodb
PayPal
US
Open Source
Go
RocksDB
Linux
Apache v2