rocksdb

Embeddable persistent key-value store for fast storage

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable, persistent key-value store for fast storage

Commands

rocksdbldbsst_dump

Examples

Inspect RocksDB database with ldb tool$ ldb --db=/path/to/db scan
Dump contents of a specific key from database$ ldb --db=/path/to/db get mykey
Analyze SST file structure and statistics$ sst_dump --file=/path/to/file.sst --show_properties