2026-06-11 17:00:58 +02:00

767 B

Storage Engine Playground

This repo is a playground for running small experiments related to storage and query execution.

Development

⚠️ Clone with --recursive. The repo pulls external/geolog and external/geomerge as git submodules; a non-recursive clone leaves those directories empty and breaks the build.

# Clone the repo with submodules
git clone --recursive git@code.obsidian.systems:habedi-work/storage-engine-playground.git
# Enter the development environment
nix develop

Makefile Targets

make format # Format Rust code
make lint # Run linter checks
make test # Run tests

Run make help to see all the available targets.

Crates

Check out the crates directory for more details.