Skip to content

eyalfoni/py-caskdb

Repository files navigation

CDB - Disk based Log Structured Hash Table Store

made-with-python build codecov GitHub license

architecture

Forked from this repo.

CaskDB is a disk-based, embedded, persistent, key-value store based on the Riak's bitcask paper, written in Python. It is more focused on the educational capabilities than using it in production. The file format is platform, machine, and programming language independent. Say, the database file created from Python on macOS should be compatible with Rust on Windows.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published