26 lines
517 B
Markdown
Raw Normal View History

2026-05-29 15:20:10 +02:00
## Storage Engine Playground
This repo is a playground for running small experiments related to things like FlowLog, DBSP, Geomerge, etc.
### Development
```sh
# Clone the repo with submodules
git clone --recursive git@code.obsidian.systems:habedi-work/storage-engine-playground.git
```
```sh
# Enter the development environment
2026-05-29 15:20:10 +02:00
nix develop
```
#### Makefile Targets
```sh
make format # Format Rust code
make lint # Run linter checks
make test # Run tests
2026-05-29 15:20:10 +02:00
```
Run `make help` to see all the available targets.