Gui viewer for RocksDb sst files

房东的猫 提交于 2019-12-10 11:28:07

问题


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:


It looks like the reason you have data stored in RocksDB files is because you are using Apache Kafka's Streams API. If so, then you can use Kafka's interactive queries feature to look into your data.

If, however, you want to interact directly with the local RocksDB files, you need to use other tools. I don't have experience with any GUIs for RocksDB, but perhaps answers from other SO folks can cover those.



来源:https://stackoverflow.com/questions/44615389/gui-viewer-for-rocksdb-sst-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!