diff options
author | evuez <julien@mulga.net> | 2022-11-26 15:38:06 -0500 |
---|---|---|
committer | evuez <julien@mulga.net> | 2024-04-03 22:44:12 +0200 |
commit | 86098797034cbc7eb6db0cee54e17f8dcaedbc5d (patch) | |
tree | 29b6225ead843eb9022296a54657bbadfa1c4da0 /README.md | |
download | blom-main.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5eb7a2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# blom + +A small, Redis-inspired, IP blocks database. + +- The communication protocol is [RESP3](https://github.com/antirez/RESP3/blob/master/spec.md) +- There's the start of a VT100 repl (readline, just bad) with `blom repl`, +- `blom query` to send queries directly with no repl, +- Currently the blocks are stored in a simple trie, the goal is to implement a [Tree Bitmap](https://cseweb.ucsd.edu/~varghese/PAPERS/willpaper.pdf) + + |