Add a top-level README.md

This commit is contained in:
Hassan Abedi 2026-05-29 15:20:10 +02:00
parent 1e4b5d8c57
commit f00b86b08c

20
README.md Normal file
View File

@ -0,0 +1,20 @@
## 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.