Skip to content

A naive distributed sql database written in Rust entirely for learning purposes

License

Notifications You must be signed in to change notification settings

oldmanfleming/smoldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoldb

A naive distributed sql database written in Rust entirely for learning purposes.

Learning Goals

  • Persistent key-value storage using Bitcask
  • Concurrent network access through a multi-threaded client-server architecture
  • Distributed transactions with ACID snapshot-isolation using Percolator
  • Distributed replication using Raft

About

A naive distributed sql database written in Rust entirely for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages