Hey everyone! I hope you’re all doing well. I thought I'd share a new open source Go project I started. It’s called Starskey!<p>I’ve been diligently studying database internals, data structures, and more for almost two years now, writing many different things. This open-source key-value store is built on top of a log-structured merge tree, inspired by WiscKey and LevelDB. It's fairly fast, durable and rather efficient. It's meant to provide you a persistent embedded storage option for binary key value pairs.<p>Github<p><a href="https://github.com/starskey-io/starskey">https://github.com/starskey-io/starskey</a><p>Web<p><a href="https://starskey.io/" rel="nofollow">https://starskey.io/</a><p>I hope you check out Starskey, do let me know your thoughts and or questions.<p>Thank you!