sparkey

Constant key-value store optimized for frequent reads and infrequent writes

brewmacoslinux
Try with needOr install directly
Source

About

Constant key-value store, best for frequent read/infrequent write uses

Commands

sparkey

Examples

Create a new Sparkey hash table from a log file$ sparkey hash input.log output.spi
Query a value by key from a Sparkey hash table$ sparkey get output.spi mykey
Iterate through all key-value pairs in a Sparkey store$ sparkey scan output.spi