Live data from Hacker News

My new open source database

github.com

1–2 of 2 posts

Re: My new open source database

#2
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.