Settings

Theme

My new open source database

github.com

1 points by yourfavdev a year ago · 1 comment

Reader

yourfavdevOP a year ago

Hey everyone, I just finished building a cool Rust project called DynaRust. It’s a distributed key-value store that lets you easily manage a cluster of nodes. What’s really awesome is that nodes can join and leave the network on the fly. I used an in-memory store backed by disk for durability and set up a simple REST API using Actix Web. You can store, delete, and retrieve data without any fuss. I also added automatic state syncing so everything stays up-to-date across nodes. If you’re into distributed systems or just love Rust, check it out! It’s a fun project overall.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection