GitHub - spotify/sparkey: Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
Sparkey is a simple constant key/value storage library. It is mostly suited for
read heavy systems with infrequent large bulk inserts. It includes both a C
library for working with sparkey index and log files (libsparkey), and a
command line utility for getting info about and reading values from a sparkey
index/log (sparkey).
Travis
Continuous integration with travis.
Dependencies
GNU build system (autoconf, automake, libtool)
Snappy
Optional
Doxygen
Building
autoreconf --install
./configure
mak...
Read more at github.com