davide-baldo / udpmonster

a prototype database using only udp & flatbuffer & rust to achieve low latency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is toy project database similar to redis which only uses udp packets built on top of flatbuffer to construct commands and data.
It currently handles in-ram only writes with a limit on desktop pc of 2/3 MOPS, only a handful of commands are implemented.
Useless to say: do not use in production and do not expect any support :)

About

a prototype database using only udp & flatbuffer & rust to achieve low latency

License:GNU Affero General Public License v3.0


Languages

Language:Rust 99.9%Language:Shell 0.1%