Gui viewer for RocksDb sst files
问题 I'm working with Kafka that save the data into rocksdb. Now I want to have a look at the db keys and values that created by Kafka. I downloaded FastNoSQL and tried but failed. The folder contains: .sst files .log files CURRENT file IDENTITY file LOCK file LOG files MANIFEST files OPTIONS files How can I watch the values? 回答1: Keylord (since version 5.0) can open RocksDB databases. For example here is Kafka stream of Wordcount application: 回答2: For RocksDB db files you can use FastoNoSql. 回答3: