CaskDB is an embedded and persistent key-value DBMS. It was built an educational tool for people to learn more about database system implementation.
N-ary Storage Model (Row/Record)
Hash Table
Key/Value
Embedded
https://github.com/avinassh/py-caskdb
Avinash Sajjanshetty
IN
2022
Educational, Open Source
Python
Bitcask
MIT