/keybase

Persistent key-value store

Primary LanguageGoMIT LicenseMIT

Keybase

🚧 (work in progress)

Keybase is a yet another persistent key-value store based on Log Structured Merge Trees. This was made with an intention to create a store having great write speeds and a simple implementation of LSM Trees, and hopefully this teaches me something while I build it.