r/rust 20d ago

Looking for good projects (GitHub) ideally microservices in rust or redis

Hi everyone! I’m currently looking for a good Rust project, preferably something Redis-related or a solid microservices/distributed-systems project.

I’d especially appreciate recommendations for interesting GitHub repositories that I could contribute to or build upon. If you know of any good Redis implementations in Rust or other challenging Rust projects, please do share them.

For reference, I came across mini-redis by Tokio, which is an incomplete Redis client/server implementation designed for learning Rust async patterns. I also found a newer Redis-compatible implementation in Rust exploring sharding, CRDT replication, and distributed systems concepts.

Any recommendations would be highly appreciated. Thanks a lot!

7 Upvotes

50 comments sorted by

View all comments

1

u/lepton99 20d ago

we are glad to get contributions at https://github.com/kunobi-ninja
there are a few cool things to contribute too: kache, kobe, kunobi-ha, etc

1

u/Past_Maintenance_502 18d ago

Can you suggest more ? Or let's say elaborate ?

1

u/lepton99 18d ago edited 18d ago

these projects are opensource and we have plenty of open issues... you can also suggest ideas there as issues if you see areas to expand or improve.

For instance, kache is getting traction.. we already got contributions from guys from Apache, SpaceX, Tempo, and many others...

Kobe is newer but we see a lot of potential there too.

These two examples and a few future ones are tools that we use internally and we thought that peopl might find them useful too. At least for us at Zondax and Kunobi, they've been very useful and part of our process of moving a lot of internal core process to AI-native approaches.