Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Feb 23, 2024
1 parent 1c93027 commit 52b354b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,23 @@ Here you can find a [Medium article](https://medium.com/@tomfran/log-structured-

To interact with a toy tree you can use `./gradlew run -q` to spawn a console.

![console.png](misc%2Fconsole.png)
```
| __| \ | __ __|
| \__ \ |\/ | ____| | _| -_) -_)
____| ____/ _| _| _| _| \___| \___|
Commands:
- s/set <key> <value> : insert a key-value pair;
- r/rgn <start> <end> : insert this range of numeric keys with random values;
- g/get <key> : get a key value;
- d/del <key> : delete a key;
- p/prt : print current tree status;
- e/exit : stop the console;
- h/help : show this message.
>
```

# Architecture

Expand Down
Binary file removed misc/console.png
Binary file not shown.

0 comments on commit 52b354b

Please sign in to comment.