/tdb

A terrible database

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is a WIP LSM tree data store I'm writing in Rust to learn the language

Log structured merge trees are good for high performance key value stores since they are append only with a background compaction process.

Rust is pretty awesome.

> cargo build
> cargo run

this will write a file in the root dir containing some data.

D A T A B A S E