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

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoldb

A naive distributed sql database written in Rust

⚠️ Warning

This projet is for learning purposes only and should be evaluated accordingly

Learning Goals

  • Custom Bitcask key-value storage engine
  • Client & Server architecture with async tcp networking
  • Client-side connection pooling
  • ACID transaction support with MVCC
  • SQL interface support
  • Distributed consensus and 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