21 lines
307 B
Markdown
21 lines
307 B
Markdown
## 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.
|