nimbusdb
nimbusdb is a key value store written in golang from scratch.
There are many KV stores; although nimbusdb aims to be very light weight, yet scalable, efficient, and fast. NimbusDB follows the Bitcask process to store and retrieve data.
This month, the plan is to make nimbusdb distributed.