Add a top-level README.md
This commit is contained in:
parent
1e4b5d8c57
commit
f00b86b08c
20
README.md
Normal file
20
README.md
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user