Skip to content

letterzp/miniKV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniKV

A simple key-value storage engine in GO. The main purpose of this project is to learn database basics. including but not limited to:

  • transaction with MVCC-based snapshot isloation
  • Write-Ahead Log (WAL)
  • LSM-tree
  • ... ...

More pratices are still begin planned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%