21 lines
307 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
nix develop
```
#### Makefile Targets
```sh
make format
make lint
make test
make check
```
Run `make help` to see all the available targets.