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?