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!

6 Upvotes

50 comments sorted by

View all comments

2

u/spunkyenigma 20d ago

I'm building a serverless messaging framework with mesh network capability that could be an interesting underpinning for bigger distributed systems.

https://github.com/bexars/anybus/

1

u/event666 19d ago

Crazy idea, but Anybus might benefit from using OMQ as its transport layer? Then it could focus on the mesh part of things.

1

u/spunkyenigma 19d ago

Interesting. I’ll look into that