Skip to content

mlodato517/bitcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingcap Talent Plan Rust Database

Me following this talent plan to build a bitcask-esque DB in Rust.

Testing

Because this is a Cargo workspace, you must run cargo build to put binaries in the right directory for the CLI integration tests (which use Command::cargo_bin) to succeed:

cargo build --bin kvs-server && cargo build --bin kvs-client && cargo test

About

The worst bitcask implementation on the internet (following https://github.com/pingcap/talent-plan/blob/master/courses/rust/README.md, but poorly)

Resources

Stars

Watchers

Forks

Languages