Skip to content

bejelith/bitcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcask

Cli tool to dump bitcask content, now able to search for specific keys in vhosts

Usage

$ bash search.sh

the bash script search.sh execute the jar for bitcasks files under /data/riak/bitcasks

$ java -jar bitcask-x-x-x.jar -k keys -l info <vhost>

  • -k is a \t separated file with bucket \t key to search
  • -l info set the logger level in java format

Build

Build executable jar under target/ mvn package
You need to have jbert (https://github.com/bejelith/jbert) as dependency to build this project

Bitcask design

http://basho.com/wp-content/uploads/2015/05/bitcask-intro.pdf

About

A tool to read Riak KV bitcask files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published